| 123456789101112131415161718192021 |
- [gd_scene load_steps=5 format=3 uid="uid://cmgahojpgp2cq"]
- [ext_resource type="PackedScene" uid="uid://bc1mrna4kybhv" path="res://Scenes/Prefabs/Blocks/QuestionBlocks/QuestionBlock.tscn" id="1_gy3k6"]
- [ext_resource type="PackedScene" uid="uid://dbjqtjhb2t4cn" path="res://Scenes/Prefabs/Entities/Items/FireFlower.tscn" id="2_h6l2a"]
- [ext_resource type="Script" uid="uid://cpwloakvp672a" path="res://Scripts/Parts/EditorVisibleNode.gd" id="3_32rpa"]
- [ext_resource type="Texture2D" uid="uid://hfh5i32uji5t" path="res://Assets/Sprites/Items/SuperMushroom.png" id="4_h6l2a"]
- [node name="QuestionBlock" instance=ExtResource("1_gy3k6")]
- item = ExtResource("2_h6l2a")
- mushroom_if_small = true
- [node name="ItemPreview" type="Node2D" parent="." index="3"]
- script = ExtResource("3_32rpa")
- [node name="Sprite2D" type="Sprite2D" parent="ItemPreview" index="0"]
- texture = ExtResource("4_h6l2a")
- region_enabled = true
- region_rect = Rect2(0, 0, 16, 16)
- region_filter_clip_enabled = true
- [editable path="BlockAnimations"]
|