]> git.lizzy.rs Git - shadowclad.git/commit
Add minimal, wonky scene tree system
authoroutfrost <kotlet.bahn@gmail.com>
Sun, 24 May 2020 04:46:47 +0000 (06:46 +0200)
committeroutfrost <kotlet.bahn@gmail.com>
Sun, 24 May 2020 04:46:47 +0000 (06:46 +0200)
commit9eb2826dc033c146f75113a80b9ab2113534f478
tree136bd75b0c8404550838be06f6bc2e910f2a2618
parentbdd49b5cfebec61ad132e72f5d1ef78e7916c2b7
Add minimal, wonky scene tree system
Makefile
src/engine/render.c
src/engine/render.h
src/engine/scene.c [new file with mode: 0644]
src/engine/scene.h [new file with mode: 0644]
src/game/level.c
src/main.c