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:
13
Scenes/Parts/LeapingCheepCheepArea.tscn
Normal file
13
Scenes/Parts/LeapingCheepCheepArea.tscn
Normal file
@@ -0,0 +1,13 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bdxd6shyk8duj"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dxt4s20sjndph" path="res://Scripts/Parts/LeapingCheepCheepArea.gd" id="1_jinga"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_bjkhe"]
|
||||
size = Vector2(16, 16)
|
||||
|
||||
[node name="LeapingCheepCheepArea" type="Area2D"]
|
||||
script = ExtResource("1_jinga")
|
||||
|
||||
[node name="Shape" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_bjkhe")
|
||||
debug_color = Color(1, 0.6, 0, 0.419608)
|
Reference in New Issue
Block a user