summaryrefslogtreecommitdiff
path: root/src/objects/obj_hoi.cpp
blob: a1ef2ff8976d5f2464ae791f692b1cb34e2d8c35 (plain)
1
2
3
4
5
6
7
8
EVENT(create){
	x=y=10;
	sprite_index=spr_hoi;
}

EVENT(step){
	x++;
}