diff options
| author | Micha White <botahamec@outlook.com> | 2024-08-15 20:14:15 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2024-08-15 20:14:15 -0400 |
| commit | f8a80039c74332e2101a177ef3fde31ef2077224 (patch) | |
| tree | f887c96bf9879a28b7ce914ad96161f63ee83190 /game.json | |
| parent | 488c7ed94b0662222fa0d825ab81b60b0b1e5d6c (diff) | |
Lots a changes
Diffstat (limited to 'game.json')
| -rw-r--r-- | game.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/game.json b/game.json new file mode 100644 index 0000000..9014385 --- /dev/null +++ b/game.json @@ -0,0 +1,21 @@ +{ + "alligator_version": 0, + "scenes": { + "black": { + "initial_sprites": {}, + "initial_scripts": [] + } + }, + "textures": {}, + "scripts": {}, + "default_scene": "black", + "default_textures_size_target": 0, + "sprite_manager_capacity": 0, + "default_window_width": 640, + "default_window_height": 480, + "default_atlas_width": 640, + "default_atlas_height": 480, + "default_window_mode": "Windowed", + "window_title": "Black.exe", + "vsync": true +}
\ No newline at end of file |
