Skip to content

Commit

Permalink
[fix] Warning unused
Browse files Browse the repository at this point in the history
  • Loading branch information
T4g1 committed Sep 15, 2019
1 parent 30eb680 commit 91dc044
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nodes/City/City.gd
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ const RED = Color(1.0, 0.0, 0.0, 0.5)
const GREEN = Color(0.0, 1.0, 0.0, 0.5)
const BARELY_VISIBLE = Color(1.0, 1.0, 1.0, 0.2)

onready var bloc_scene = preload("res://nodes/Bloc/Bloc.tscn")

export (Vector2) var starting_point = Vector2(7, 7)

func _ready():
Expand Down

0 comments on commit 91dc044

Please sign in to comment.