OSDN Git Service

こっそり、気持ち程度の日本語化しました (UTF-8 / Windows 環境用)。
[ring-lang-081/annotated-ring-with-OmegaT.git] / source / ring2exe / test2.ring
1 # Just a simple program to test Ring2EXE Tool!
2 # Using RingAllegro
3
4 load "gameengine.ring"  # Give Control to the Game Engine
5
6 func main               # Called by the Game Engine
7
8         oGame = New Game        # Create the Game Object
9         {
10                 title = "My First Game"
11         }