cb-hackers / cbEnchanted

A new runtime for CoolBasic
13 stars 3 forks source link

Karttaa ei voi piilottaa #67

Closed valscion closed 12 years ago

valscion commented 12 years ago
map = LoadMap("Media\cdm2.til", "Media\tileset.bmp")

Repeat
    If KeyHit(cbKeySpace) Then
        ShowObject map, showMap
        showMap = Not showMap
    EndIf

    DrawScreen
Forever