Skip to content

Commit e84f8ef

Browse files
committed
udpate package
1 parent 74480d8 commit e84f8ef

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

current-scripts/Demos/useful-scripts/objects/obj_control_manager_demo/Draw_0.gml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
draw_set_font(fnt_title);
2+
draw_text(16, 16, "Control Manager Demo");
3+
14
for (var i=0; i<num_controls; i++) {
2-
draw_text(8, i*32 + 16, string(control_labels[i]) + ": " + string(my_player.get_control_state(i, CONTROL_STATE.HELD)));
5+
draw_text(8, i*32 + 96, string(control_labels[i]) + ": " + string(my_player.get_control_state(i, CONTROL_STATE.HELD)));
36
}
47

58
// for (i=0; i<8; i++) {

current-scripts/Demos/useful-scripts/objects/obj_control_manager_demo/obj_control_manager_demo.yy

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

current-scripts/Demos/useful-scripts/useful-scripts.yyp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)