Change asteroid field distances
This commit is contained in:
@@ -1,19 +1,23 @@
|
||||
[Field]
|
||||
cube_size = 400
|
||||
fill_dist = 1560
|
||||
diffuse_color = 255, 150, 100
|
||||
ambient_color = 200, 50, 40
|
||||
ambient_increase = 100, 100, 100
|
||||
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.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, 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
|
||||
|
||||
[DynamicAsteroids]
|
||||
asteroid = DAsteroid_rock_small1
|
||||
@@ -23,4 +27,3 @@ placement_offset = 200
|
||||
max_velocity = 15
|
||||
max_angular_velocity = 3
|
||||
color_shift = 1, 1, 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user