mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
added the game
This commit is contained in:
15
Scenes/Parts/EntityTileContainer.tscn
Executable file
15
Scenes/Parts/EntityTileContainer.tscn
Executable file
@@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bn8v1j5t12bpk"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bg8681ssontei" path="res://Scripts/Parts/EntityTileContainer.gd" id="1_l30to"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ormaw"]
|
||||
size = Vector2(16, 16)
|
||||
|
||||
[node name="EntityTileContainer" type="Node2D"]
|
||||
script = ExtResource("1_l30to")
|
||||
|
||||
[node name="MouseArea" type="Area2D" parent="."]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="MouseArea"]
|
||||
position = Vector2(8, 8)
|
||||
shape = SubResource("RectangleShape2D_ormaw")
|
Reference in New Issue
Block a user