mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
added the game
This commit is contained in:
16
Scenes/Parts/WaterArea.tscn
Executable file
16
Scenes/Parts/WaterArea.tscn
Executable file
@@ -0,0 +1,16 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://e3wkbwtm7sh"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://crsejaxbaluhf" path="res://Scripts/Parts/WaterArea.gd" id="1_u0i0t"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_rn8yh"]
|
||||
resource_local_to_scene = true
|
||||
size = Vector2(16, 16)
|
||||
|
||||
[node name="WaterArea" type="Area2D"]
|
||||
z_index = 4096
|
||||
z_as_relative = false
|
||||
script = ExtResource("1_u0i0t")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_rn8yh")
|
||||
debug_color = Color(0, 0.6, 0.701961, 1)
|
Reference in New Issue
Block a user