From 8871729a65615df0eab213bbbf942abe75771704 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 8 Jul 2023 22:35:16 +0100 Subject: Avoid drawing the whole screen on each frame This allows supporting 386DX "just about" (there will be flickering). --- data/stage.json | 67 --------------------------------------------------------- 1 file changed, 67 deletions(-) (limited to 'data') diff --git a/data/stage.json b/data/stage.json index 5758a5b..6d8b6a4 100644 --- a/data/stage.json +++ b/data/stage.json @@ -42,34 +42,6 @@ "x":16, "y":128 }, - { - "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, @@ -92,17 +64,6 @@ "x":80, "y":128 }, - { - "height":16, - "id":10, - "name":"Pickaxe", - "rotation":0, - "type":"", - "visible":true, - "width":16, - "x":56, - "y":104 - }, { "height":16, "id":13, @@ -114,17 +75,6 @@ "x":120, "y":152 }, - { - "height":16, - "id":11, - "name":"Bonus", - "rotation":0, - "type":"", - "visible":true, - "width":16, - "x":80, - "y":104 - }, { "height":16, "id":12, @@ -153,23 +103,6 @@ "x":192, "y":152 }, - { - "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, -- cgit v1.2.3