-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Bradfield
committed
Sep 22, 2017
1 parent
96f4950
commit 72d8c62
Showing
15 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Binary file removed
BIN
-1.36 MB
.import/House In a Forest Loop.ogg-1a6a72ae843ad792b7039931227e8d50.oggstr
Binary file not shown.
Binary file removed
BIN
-1021 Bytes
.import/enemyFlyingAlt_1.png-559f599b16c69b112c1b53f6332e9489.stex
Binary file not shown.
Binary file removed
BIN
-832 Bytes
.import/enemyFlyingAlt_2.png-31dc7310eda6e1b721224f3cd932c076.stex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Godot3_dodge | ||
"Dodge the Creeps!" Godot Engine 3.0 "getting started" game demonstrating the basics. | ||
|
||
This game is a companion to the **LINK NEEDED** Godot Engine 3.0 Getting Started Guide. | ||
It is a simple game intended to demonstrate the following basic concepts of Godot development: | ||
This game is a companion to the Godot Engine 3.0 Getting Started Guide (link not yet available). | ||
It is a game intended to demonstrate the following fundamental concepts of Godot development: | ||
|
||
* Node and scene structure | ||
* Instancing scenes | ||
* Input | ||
* Signals | ||
* Simple UI | ||
* UI |