Godot Nature of Code
1.2.0
Nature of Code implemented in Godot Engine
|
Example 5.2 - Boxes and Walls. More...
Public Member Functions | |
string | GetSummary () |
Output a summary text More... | |
Example 5.2 - Boxes and Walls.
Uses RigidBody2D / StaticBody2D prefabs (SimpleWall / SimpleBox) to quickly build scenes with physics. Also uses SimpleTouchSpawner to spawn elements on touch.
Definition at line 17 of file C5Example2.cs.
|
inline |
Output a summary text
Implements Examples.IExample.
Definition at line 19 of file C5Example2.cs.