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