Skip to content

Commit 0cfea36

Browse files
committed
many more improvements to creation screens
1 parent 6969e6e commit 0cfea36

7 files changed

Lines changed: 303 additions & 150 deletions

File tree

objects/obj_controller/Step_1.gml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,3 @@ obj_cursor.image_yscale=1;
1010

1111

1212

13-
14-
15-
16-
17-

objects/obj_tooltip/Step_1.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ for (var i=0;i<array_length(global.draw_return_stack);i++){
22
gc_struct(global.draw_return_stack[i]);
33
}
44

5-
global.draw_return_stack = [];
5+
global.draw_return_stack = [];

0 commit comments

Comments
 (0)