summaryrefslogtreecommitdiff
path: root/src/objects/obj_hoi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/obj_hoi.cpp')
-rw-r--r--src/objects/obj_hoi.cpp5
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!");
-}
+}*/