Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariasteam committed Jul 20, 2018
1 parent 5766ed5 commit 76c18bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file added Pictures/img1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# TowerJumper

![](Pictures/img1.png)

> Casual ability game for android made with Godot Engine 2.1.5

2 changes: 1 addition & 1 deletion input_handler.gd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var last_pos = 0
var is_pressed = false

func _ready():
get_node("LevelLabel").set_text("Nivel " + str(global.level))
get_node("LevelLabel").set_text("Level " + str(global.level))
set_process_input(true)
pass

Expand Down

0 comments on commit 76c18bb

Please sign in to comment.