Fixed names for a better traceability of code errors with orignal code lesson. End of lesson 25. Player is moving on the map viewport!
This commit is contained in:
4
scripts/title/Version Number.gd
Normal file
4
scripts/title/Version Number.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends Label
|
||||
|
||||
func _ready():
|
||||
text = text + ProjectSettings.get_setting("application/config/version")
|
||||
@@ -4,4 +4,4 @@ extends Control
|
||||
func _on_new_game_button_pressed():
|
||||
GameManager.startNewGame()
|
||||
|
||||
Loader.loadScene(self, "res://scenes/game.tscn")
|
||||
Loader.loadScene(self, "res://scenes/game_screen.tscn")
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
extends Label
|
||||
|
||||
func _ready():
|
||||
text += ProjectSettings.get_setting("application/config/version")
|
||||
Reference in New Issue
Block a user