Skip to content

Commit

Permalink
update README link
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Bradfield committed Mar 12, 2018
1 parent 73e1e50 commit 3e79e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Godot3_dodge
"Dodge the Creeps!" Godot Engine 3.0 "getting started" game demonstrating the basics.

This game is a companion to the Godot Engine 3.0 Getting Started Guide (link not yet available).
This game is a companion to the Godot Engine 3.0 Getting Started Guide: http://docs.godotengine.org/en/latest/getting_started/step_by_step/your_first_game.html
It is a game intended to demonstrate the following fundamental concepts of Godot development:

* Node and scene structure
Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config_version=3

[application]

config/name="dodge_3.0"
config/name="Dodge the Creeps"
run/main_scene="res://Main.tscn"
config/icon="res://icon.png"

Expand Down

0 comments on commit 3e79e18

Please sign in to comment.