Godot Nature of Code
1.2.0
Nature of Code implemented in Godot Engine
|
Exercise 3.5 - Asteroids. More...
Public Member Functions | |
string | GetSummary () |
Output a summary text More... | |
Protected Attributes | |
VirtualControls | controls |
Virtual controls More... | |
Spaceship | spaceship |
Spaceship More... | |
Exercise 3.5 - Asteroids.
Drive spaceship using arrow keys or VirtualControls.
Definition at line 11 of file C3Exercise5.cs.
|
inline |
Output a summary text
Implements Examples.IExample.
Definition at line 13 of file C3Exercise5.cs.
|
protected |
Virtual controls
Definition at line 69 of file C3Exercise5.cs.
|
protected |
Spaceship
Definition at line 72 of file C3Exercise5.cs.