SeanOMik
|
f5aca87ede
|
ecs: don't automatically tick the world, use Res and ResMut anywhere ecs resources are requested to track changes better
now the user must manually tick the world. The engine will do this before every update
|
2024-09-27 21:03:27 -04:00 |
SeanOMik
|
f3b5106073
|
reflect: fix warnings
ci/woodpecker/push/debug Pipeline failed
Details
|
2024-04-01 11:17:19 -04:00 |
SeanOMik
|
e5018c8258
|
reflect: fix type registry from changes with ecs resources
|
2024-03-30 22:42:41 -04:00 |
SeanOMik
|
5521d4a659
|
scripting: start work on exposing InputActions to lua, implement inserting reflected resource
|
2024-02-25 17:06:53 -05:00 |
SeanOMik
|
e88758f59d
|
scripting: expose resources to the world
|
2024-01-20 00:54:36 -05:00 |