summaryrefslogtreecommitdiffstats
path: root/world/monuments/DockMonument.gd
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2022-09-20 19:08:43 -0400
committerdusoleil <howcansocksbereal@gmail.com>2022-09-20 19:08:43 -0400
commite726067048dc8771d83ec490767f3ca5ea063219 (patch)
tree103aa096b3ee6e20d716026070f78a5d89c51d62 /world/monuments/DockMonument.gd
parent743c526b46a1d1c6e0b7ef8b9b0f10b22ee43ab3 (diff)
downloadgame_jam49-e726067048dc8771d83ec490767f3ca5ea063219.tar.gz
game_jam49-e726067048dc8771d83ec490767f3ca5ea063219.zip
Incorporate new assets into the world gen
Diffstat (limited to 'world/monuments/DockMonument.gd')
-rw-r--r--world/monuments/DockMonument.gd7
1 files changed, 0 insertions, 7 deletions
diff --git a/world/monuments/DockMonument.gd b/world/monuments/DockMonument.gd
deleted file mode 100644
index 6aa1495..0000000
--- a/world/monuments/DockMonument.gd
+++ /dev/null
@@ -1,7 +0,0 @@
-extends Monument
-class_name DockMonument
-
-var packed_scene = preload("res://world/monuments/Dock.tscn")
-
-func _init(xform:Transform).(xform,Vector2(300.0,300.0),packed_scene):
- pass