better lights at pizzeria and bus stations
This commit is contained in:
parent
579a354f50
commit
f0df596ea1
|
@ -633,7 +633,7 @@ fn spawn_entities(
|
||||||
PointLight {
|
PointLight {
|
||||||
intensity: state.light_brightness,
|
intensity: state.light_brightness,
|
||||||
color,
|
color,
|
||||||
range: 100.0,
|
range: 2000.0,
|
||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
bevy::pbr::CubemapVisibleEntities::default(),
|
bevy::pbr::CubemapVisibleEntities::default(),
|
||||||
|
|
|
@ -335,7 +335,7 @@ actor -3300 10 0 pizzeria
|
||||||
density 500
|
density 500
|
||||||
angularmomentum 0 0 0.2
|
angularmomentum 0 0 0.2
|
||||||
pointofinterest yes
|
pointofinterest yes
|
||||||
actor -100 63 -13 pizzasign
|
actor -30 100 -23 pizzasign
|
||||||
name "Pizzeria Sign"
|
name "Pizzeria Sign"
|
||||||
relativeto pizzeria
|
relativeto pizzeria
|
||||||
scale 20
|
scale 20
|
||||||
|
@ -343,16 +343,17 @@ actor -3300 10 0 pizzeria
|
||||||
density 200
|
density 200
|
||||||
rotationy 0.45
|
rotationy 0.45
|
||||||
angularmomentum 0 0 0
|
angularmomentum 0 0 0
|
||||||
|
light "FF00B3" 30000000
|
||||||
actor -52 -10 0 lightorb
|
actor -52 -10 0 lightorb
|
||||||
name "Light Orb"
|
name "Light Orb"
|
||||||
relativeto pizzeria
|
relativeto pizzeria
|
||||||
scale 0.25
|
scale 0.25
|
||||||
light FF8F4A 1000000
|
light FF8F4A 5000000
|
||||||
actor -50 -3 -2 lightorb
|
actor -50 -3 -2 lightorb
|
||||||
name "Light Orb"
|
name "Light Orb"
|
||||||
relativeto pizzeria
|
relativeto pizzeria
|
||||||
scale 0.25
|
scale 0.25
|
||||||
light FF8F4A 1000000
|
light FF8F4A 5000000
|
||||||
actor -33 0 4 clippy
|
actor -33 0 4 clippy
|
||||||
name "Clippy™ Convenience Companion"
|
name "Clippy™ Convenience Companion"
|
||||||
relativeto pizzeria
|
relativeto pizzeria
|
||||||
|
@ -417,6 +418,7 @@ actor 100 -18000 2000 "orb_busstop"
|
||||||
pointofinterest yes
|
pointofinterest yes
|
||||||
wants maxrotation 0
|
wants maxrotation 0
|
||||||
wants maxvelocity 0
|
wants maxvelocity 0
|
||||||
|
light "47FF00" 1000000000000
|
||||||
actor 120 864 150 clippy
|
actor 120 864 150 clippy
|
||||||
relativeto "busstop"
|
relativeto "busstop"
|
||||||
id "busstopclippy"
|
id "busstopclippy"
|
||||||
|
@ -465,6 +467,7 @@ actor -184971e3 149410e3 -134273e3 "orb_busstop"
|
||||||
pointofinterest yes
|
pointofinterest yes
|
||||||
wants maxrotation 0
|
wants maxrotation 0
|
||||||
wants maxvelocity 0
|
wants maxvelocity 0
|
||||||
|
light "47FF00" 1000000000000
|
||||||
actor 120 864 150 clippy
|
actor 120 864 150 clippy
|
||||||
relativeto "busstop2"
|
relativeto "busstop2"
|
||||||
id "busstopclippy2"
|
id "busstopclippy2"
|
||||||
|
@ -503,6 +506,7 @@ actor 27643e3 -44e3 -124434e3 "orb_busstop"
|
||||||
pointofinterest yes
|
pointofinterest yes
|
||||||
wants maxrotation 0
|
wants maxrotation 0
|
||||||
wants maxvelocity 0
|
wants maxvelocity 0
|
||||||
|
light "47FF00" 1000000000000
|
||||||
actor 120 864 150 clippy
|
actor 120 864 150 clippy
|
||||||
relativeto "busstop3"
|
relativeto "busstop3"
|
||||||
id "busstopclippy3"
|
id "busstopclippy3"
|
||||||
|
|
Loading…
Reference in a new issue