diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-08 22:35:16 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-08 22:35:16 +0100 |
commit | 8871729a65615df0eab213bbbf942abe75771704 (patch) | |
tree | 34a4ab0f412c34383799e14816d1dfe288705085 /data/stage.json | |
parent | 5ae0b6490f5fd138f4cbf5c084680bb03b2fff05 (diff) | |
download | gold-mine-run-8871729a65615df0eab213bbbf942abe75771704.tar.gz gold-mine-run-8871729a65615df0eab213bbbf942abe75771704.zip |
Avoid drawing the whole screen on each frame
This allows supporting 386DX "just about" (there will be flickering).
Diffstat (limited to 'data/stage.json')
-rw-r--r-- | data/stage.json | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/data/stage.json b/data/stage.json index 5758a5b..6d8b6a4 100644 --- a/data/stage.json +++ b/data/stage.json @@ -44,34 +44,6 @@ }, { "height":16, - "id":2, - "name":"Bat", - "rotation":0, - "type":"", - "visible":true, - "width":16, - "x":240, - "y":32 - }, - { - "height":16, - "id":3, - "name":"Snake", - "properties":[ - { - "name":"dir", - "type":"string", - "value":"left" - }], - "rotation":0, - "type":"", - "visible":true, - "width":16, - "x":288, - "y":128 - }, - { - "height":16, "id":4, "name":"Bat", "rotation":0, @@ -94,17 +66,6 @@ }, { "height":16, - "id":10, - "name":"Pickaxe", - "rotation":0, - "type":"", - "visible":true, - "width":16, - "x":56, - "y":104 - }, - { - "height":16, "id":13, "name":"Pickaxe", "rotation":0, @@ -116,17 +77,6 @@ }, { "height":16, - "id":11, - "name":"Bonus", - "rotation":0, - "type":"", - "visible":true, - "width":16, - "x":80, - "y":104 - }, - { - "height":16, "id":12, "name":"Bonus", "rotation":0, @@ -155,23 +105,6 @@ }, { "height":16, - "id":7, - "name":"Bat", - "properties":[ - { - "name":"dir", - "type":"string", - "value":"left" - }], - "rotation":0, - "type":"", - "visible":true, - "width":16, - "x":32, - "y":40 - }, - { - "height":16, "id":8, "name":"Snake", "rotation":0, |