diff options
Diffstat (limited to 'src/objects/obj_hoi.cpp')
-rw-r--r-- | src/objects/obj_hoi.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/objects/obj_hoi.cpp b/src/objects/obj_hoi.cpp index fe3c3f1..314b734 100644 --- a/src/objects/obj_hoi.cpp +++ b/src/objects/obj_hoi.cpp @@ -1,11 +1,12 @@ EVENT(create){ x=y=10; + sprite_index=spr_hoi; } EVENT(step){ x++; } -EVENT(draw){ +/*EVENT(draw){ draw_text(x,y,"yay!"); -} +}*/ |