Browse Source

:truck: Fork DodgeTheCreep

DricomDragon 2 years ago
parent
commit
5da85a6608
2 changed files with 6 additions and 4 deletions
  1. 5 3
      README.md
  2. 1 1
      godot/project.godot

+ 5 - 3
README.md

@@ -1,8 +1,10 @@
-# Dodge the creep
+# Dodgy fox
 
-First game made with Godot.
+A fox meant to dodge miscellaneous objects.
 
-![Dodge the creep logo](godot/icon.png)
+![Dodgy fox logo](godot/icon.png)
+
+Forked from DodgeTheCreep
 
 ## Tutorial
 

+ 1 - 1
godot/project.godot

@@ -20,7 +20,7 @@ _global_script_class_icons={
 
 [application]
 
-config/name="DodgeTheCreep"
+config/name="DodgyFox"
 run/main_scene="res://Main.tscn"
 config/icon="res://icon.png"