generated from 2ndbeam/bevy-template
feat: lighting system
- Added lamp bundle - Moved door collider to its children - Updated level structure
This commit is contained in:
parent
3cddecf592
commit
08751ff12f
12 changed files with 134 additions and 31 deletions
|
|
@ -52,3 +52,8 @@ containers = [
|
|||
],
|
||||
},
|
||||
]
|
||||
lamps = [
|
||||
{ x = 8, y = 3 },
|
||||
{ x = 8, y = 7, intensity = 3, radius = 16 },
|
||||
{ x = 8, y = 11, intensity = 2, radius = 16 },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue