diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-16 22:29:31 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-16 22:29:31 +0100 |
commit | 4d536592c8fd70f1c2e009dc6bea4c098078cc02 (patch) | |
tree | e24f78fbb79b4d79f011c506656c0089453ff59a /data/stage03.json | |
parent | bf565300d6a71975f120097028bcba7065ea7a4d (diff) | |
download | gold-mine-run-4d536592c8fd70f1c2e009dc6bea4c098078cc02.tar.gz gold-mine-run-4d536592c8fd70f1c2e009dc6bea4c098078cc02.zip |
Tweaks in the entry point
Diffstat (limited to 'data/stage03.json')
-rw-r--r-- | data/stage03.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/stage03.json b/data/stage03.json index ce84e89..93c0e4a 100644 --- a/data/stage03.json +++ b/data/stage03.json @@ -35,6 +35,12 @@ "height":16, "id":1, "name":"Player", + "properties":[ + { + "name":"dir", + "type":"string", + "value":"left" + }], "rotation":0, "type":"", "visible":true, |