diff options
Diffstat (limited to 'client/map/tiles/button/button.gd')
| -rw-r--r-- | client/map/tiles/button/button.gd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/map/tiles/button/button.gd b/client/map/tiles/button/button.gd index b806f58f..16359d23 100644 --- a/client/map/tiles/button/button.gd +++ b/client/map/tiles/button/button.gd @@ -16,9 +16,6 @@ class_name Button_ extends Tile -#static func interact_target() -> Vector3: -# return Vector3(0, 0.25, 0) - var button: ButtonModel = load("res://map/tiles/button/button.tscn").instantiate() func _init(ctx: TileFactory.TileCC): |