summaryrefslogtreecommitdiff
path: root/game.json
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2024-08-15 20:23:26 -0400
committerMica White <botahamec@outlook.com>2024-08-25 19:24:37 -0400
commit509e5ce1e17417a70b9bcce8bc6e33c05106811d (patch)
tree5b1fe60a65b5f42a90023ead03c32336033afa1f /game.json
parentdb9aa9f1bf49e8bede384b9ceb1e1fb82b522799 (diff)
Start profiling
Diffstat (limited to 'game.json')
-rw-r--r--game.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/game.json b/game.json
index 9014385..479c8f1 100644
--- a/game.json
+++ b/game.json
@@ -1,21 +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
+{
+ "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