WaterArea.tscn 550 B

12345678910111213141516
  1. [gd_scene load_steps=3 format=3 uid="uid://e3wkbwtm7sh"]
  2. [ext_resource type="Script" uid="uid://crsejaxbaluhf" path="res://Scripts/Parts/WaterArea.gd" id="1_u0i0t"]
  3. [sub_resource type="RectangleShape2D" id="RectangleShape2D_rn8yh"]
  4. resource_local_to_scene = true
  5. size = Vector2(16, 16)
  6. [node name="WaterArea" type="Area2D"]
  7. z_index = 4096
  8. z_as_relative = false
  9. script = ExtResource("1_u0i0t")
  10. [node name="CollisionShape2D" type="CollisionShape2D" parent="."]
  11. shape = SubResource("RectangleShape2D_rn8yh")
  12. debug_color = Color(0, 0.6, 0.701961, 1)