home *** CD-ROM | disk | FTP | other *** search
- -- Copyright (C) 2003 Daniel Heck
- levelw = 20
- levelh = 13
-
- create_world(levelw, levelh)
- enigma.ConserveLevel = FALSE
- fill_floor("fl-rough", 0,0, level_width,level_height)
- draw_border("st-rock1")
-
- set_item("it-hollow", 5, 6);
- set_item("it-hollow", 14, 6);
-
- local ac1=set_actor("ac-whiteball-small", 7,6.5, {player=0, mouseforce=1})
- local ac2=set_actor("ac-whiteball-small", 13,6.5, {player=0, mouseforce=1})
-
- AddRubberBand(ac1, ac2, 4, 4)
-
-