We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47b317 commit ee9470eCopy full SHA for ee9470e
resources/ecs/life.ecs
@@ -64,19 +64,8 @@
64
put `#db9` into Center
65
put `blue` into Alive
66
67
-! create Screen
68
- attach Screen to `ex-life`
69
-
70
- on message
71
- begin
72
- if the message is `hide` clear Screen
73
- else go to Start
74
- end
75
- set ready
76
- stop
77
78
-Start:
79
! Set up the screen
+ create Screen
80
set the style of Screen to `width:100%`
81
put the width of Screen into Width
82
put Width into Height
@@ -229,6 +218,7 @@ DoSave:
229
218
end
230
219
put prompt `File name:` with `` into FileName
231
220
put JSON into storage as `life-` cat FileName
221
+ gosub to ResetKeySelector
232
222
stop
233
223
234
224
! Load a saved map
0 commit comments