Sara opened issue Sara/basic-game-framework#16
AABB-AABB collision not detectingSara pushed to input-reset at Sara/basic-game-framework
-
763c43aed6 removed leftover debug log in scene
Sara merged pull request Sara/basic-game-framework#15
add a function to disconnect all input listeners, call this function every time a scene is loaded exclusively
Sara pushed to main at Sara/basic-game-framework
-
6649d769c2 Merge pull request 'add a function to disconnect all input listeners, call this function every time a scene is loaded exclusively' (#15) from input-reset into main
-
415a0d5c97 removed input_disconnect_all from load_scene_additive
-
bd2e5cbcd0 loading a scene now disconnects all input
-
25feb8f95f added input_disconnect_all
- Compare 4 commits »
Sara pushed to input-reset at Sara/basic-game-framework
-
415a0d5c97 removed input_disconnect_all from load_scene_additive
Sara created pull request Sara/basic-game-framework#15
add a function to disconnect all input listeners, call this function every time a scene is loaded exclusivelySara pushed to input-reset at Sara/basic-game-framework
-
bd2e5cbcd0 loading a scene now disconnects all input
Sara pushed to input-reset at Sara/basic-game-framework
-
25feb8f95f added input_disconnect_all
Sara deleted branch world-format from Sara/basic-game-framework
Sara pushed to main at Sara/basic-game-framework
-
deeaad06e1 Merge pull request 'world-format' (#14) from world-format into main
-
5b91584b00 Merge branch 'main' into world-format
-
b387dee9c6 first whitespace of a line is now skipped when processing arguments
-
19401f1f47 added scene file validation
-
25c5f83fe4 added scene parsing
- Compare 11 commits »
Sara pushed to world-format at Sara/basic-game-framework
-
5b91584b00 Merge branch 'main' into world-format
-
30defc0db8 Merge pull request 'Allow the world to grow as required by the number of objects being spawned' (#12) from dynamic-size-world into main
- Compare 2 commits »
Sara commented on issue Sara/basic-game-framework#13
Game scene formatFinished implementing last format concept. Closing
Sara commented on issue Sara/basic-game-framework#13
Game scene formatFormat concept simplified down to: ``` player: 0, 0 ; prop: resources/crate.png, 3, 0, 1, 1, aabb, ; ```
Sara pushed to world-format at Sara/basic-game-framework
-
b387dee9c6 first whitespace of a line is now skipped when processing arguments