forked from team-sg/hero-mark-2
remove unneeded pring
This commit is contained in:
parent
619cf807f8
commit
4acc339917
1 changed files with 0 additions and 4 deletions
|
@ -9,7 +9,3 @@ func set_levels(value):
|
|||
if !levels[i]:
|
||||
levels[i] = LevelEntry.new()
|
||||
levels[i].resource_name = "New Entry"
|
||||
|
||||
func _ready():
|
||||
if !Engine.editor_hint:
|
||||
print(levels[0].title)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue