📄 readme.txt
字号:
grpg [-v] [-w]
===========================
-v runs with vsync toggled
-w tries to run the program windowed
Editor Controls
===============
E toggles Active Editor
1 key selects layer 1 drawing
2 key selects layer 2 drawing
3 key toggles display of layer 1
4 key toggles display of layer 2
T sets TOP attribute for drawing
B sets BOTTOM attribute for drawing
*A short explanation of TOP and BOTTOM*
=======================================
A tile drawn with BOTTOM flag draws beneath the objects in layer order.
A tile drawn with TOP flag draws on top of the objects in layer order.
If you draw tiles on layer 1 and 2 with BOTTOM set on both, both will display in order
beneath the object.
Tile 1->Tile 2->Objects
If you draw tiles on layer 1 and 2 with TOP set on both, both will display in order on top.
Objects->Tile 1->Tile 2
To draw normal tiles (Layer 1-> OBjects- >Layer 2), draw layer 1 with BOTTOM, and
layer 2 with TOP
The top/bottom system yields the illusion of more than 2 layers.
Left Mouse Button places Walkable tile
Right Mouse Button places Solid tile
+/- or Mouse Scrollwheel changes tile
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -