diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-08 19:54:36 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-08 19:54:36 -0500 |
| commit | 3fad3812e117c6bc16b5007076803f498538e4c4 (patch) | |
| tree | 197b7b27c3f1c1d2b8396e4c4150b37b4d3127e5 /game.json | |
Diffstat (limited to 'game.json')
| -rwxr-xr-x | game.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/game.json b/game.json new file mode 100755 index 0000000..cb3928a --- /dev/null +++ b/game.json @@ -0,0 +1,21 @@ +{
+ "alligator_version": "0.1",
+ "scenes": {
+ "black": {
+ "initial_sprites": {},
+ "initial_scripts": []
+ }
+ },
+ "textures": {},
+ "scripts": {},
+ "default_scene": "black",
+ "default_textures_size_target": 0,
+ "sprite_manager_capacity": 0,
+ "default_window_width": null,
+ "default_window_height": null,
+ "default_atlas_width": 640,
+ "default_atlas_height": 480,
+ "default_window_mode": "Windowed",
+ "window_title": "Black.exe",
+ "vsync": true
+}
\ No newline at end of file |
