Change asteroid fields
This commit is contained in:
@@ -1,23 +1,20 @@
|
||||
[Field]
|
||||
cube_size = 400
|
||||
fill_dist = 1560
|
||||
diffuse_color = 50, 150, 255
|
||||
ambient_color = 40, 100, 150
|
||||
ambient_increase = 60, 120, 200
|
||||
empty_cube_frequency = 0.2
|
||||
|
||||
[properties]
|
||||
flag = rock_objects
|
||||
flag = Object_density_low
|
||||
|
||||
[Field]
|
||||
cube_size = 1000
|
||||
fill_dist = 1
|
||||
empty_cube_frequency = 1
|
||||
|
||||
[Cube]
|
||||
asteroid = rock_asteroid10, 0, 0, 0, 0, 0, 0
|
||||
|
||||
[DynamicAsteroids]
|
||||
asteroid = dyn_rock_asteroid10
|
||||
count = 200
|
||||
placement_radius = 1500
|
||||
placement_offset = 200
|
||||
max_velocity = 1
|
||||
max_angular_velocity = 0.1
|
||||
color_shift = 1, 1, 1
|
||||
asteroid = rock_asteroid10, 0.6, 0.1, -0.2, 35, 10, 20
|
||||
asteroid = rock_asteroid10, 0.3, 0.4, -0.2, 10, 10, 60
|
||||
asteroid = rock_asteroid10, -0.2, -0.2, 0.2, 35, 10, 20
|
||||
asteroid = rock_asteroid10, -0.4, -0.6, 0.7, 20, 60, 20
|
||||
|
||||
[DynamicAsteroids]
|
||||
asteroid = DAsteroid_rock_small1
|
||||
@@ -27,3 +24,4 @@ placement_offset = 200
|
||||
max_velocity = 15
|
||||
max_angular_velocity = 3
|
||||
color_shift = 1, 1, 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user