diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 18:43:05 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 18:43:05 -0600 |
commit | d74ecb966b03b46bed0e1720ef2ed029c3be99a1 (patch) | |
tree | 8d5563c94a0c09121da7e296ec7230e5d89f37a6 /scenes/microgames/fishin/node_2d.tscn | |
parent | 271eb69e5052c131519b08f0df22618d4881ef77 (diff) |
Oh my god now it's actually just a fishing game
Diffstat (limited to 'scenes/microgames/fishin/node_2d.tscn')
-rw-r--r-- | scenes/microgames/fishin/node_2d.tscn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scenes/microgames/fishin/node_2d.tscn b/scenes/microgames/fishin/node_2d.tscn index 969ec34..c763777 100644 --- a/scenes/microgames/fishin/node_2d.tscn +++ b/scenes/microgames/fishin/node_2d.tscn @@ -48,10 +48,8 @@ _data = { "mash": SubResource("Animation_fxbt5") } -[node name="Node2D2" type="Window"] -position = Vector2i(0, 36) -size = Vector2i(930, 560) -unresizable = true +[node name="Fishin" type="Node2D"] +position = Vector2(0, 36) script = ExtResource("1_srw8b") [node name="background" type="Sprite2D" parent="."] |