readme.txt
来自「游戏开发数据结构Data Structures for Game Program」· 文本 代码 · 共 10 行
TXT
10 行
===============================================================================
Data Structures For Game Programmers
Ron Penton
Game Demonstration 7-2
===============================================================================
This demonstration shows you how to use a queue to store commands
- click on the screen to add a movement command to the queue.
- You may add as many commands as you want, even if the ship isn't done yet
- A green line will represent the path in the queue.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?