Added a dialog box
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://b1hpr05b5sgww"]
|
||||
[gd_scene format=3 uid="uid://b1hpr05b5sgww"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cx77xahl8btw5" path="res://Bouncy/Bouncy.png" id="1_ljpgq"]
|
||||
[ext_resource type="Script" uid="uid://b11al8kjnoveh" path="res://Bouncy/Bouncy.gd" id="1_uccqy"]
|
||||
@@ -17,15 +17,14 @@ animations = [{
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_qqmjc"]
|
||||
size = Vector2(32, 16)
|
||||
|
||||
[node name="Bouncy" type="Area2D"]
|
||||
[node name="Bouncy" type="Area2D" unique_id=530183031]
|
||||
script = ExtResource("1_uccqy")
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1147267436]
|
||||
sprite_frames = SubResource("SpriteFrames_npa0g")
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1371643518]
|
||||
shape = SubResource("RectangleShape2D_qqmjc")
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user