OneUpQuestionBlock.tscn 1.9 KB

123456789101112131415161718192021222324252627282930313233
  1. [gd_scene load_steps=8 format=3 uid="uid://bao37nqa7h7cm"]
  2. [ext_resource type="PackedScene" uid="uid://urrtgm0h110y" path="res://Scenes/Prefabs/Blocks/QuestionBlocks/StarQuestionBlock.tscn" id="1_ub15u"]
  3. [ext_resource type="PackedScene" uid="uid://beq7b3hp44onn" path="res://Scenes/Prefabs/Entities/Items/SuperMushroom.tscn" id="2_c153q"]
  4. [ext_resource type="Texture2D" uid="uid://bsyugykvflalf" path="res://Assets/Sprites/Items/1UP.png" id="3_gaiqt"]
  5. [ext_resource type="JSON" path="res://Assets/Sprites/Items/OneUp.json" id="4_1kwpx"]
  6. [ext_resource type="Script" uid="uid://5octqlf4ohel" path="res://Scripts/Classes/Components/ScoreNoteSpawner.gd" id="5_8uw6t"]
  7. [sub_resource type="AtlasTexture" id="AtlasTexture_3yqrr"]
  8. atlas = ExtResource("3_gaiqt")
  9. region = Rect2(16, 0, 16, 16)
  10. [sub_resource type="PackedScene" id="PackedScene_dklm2"]
  11. _bundled = {
  12. "base_scene": 0,
  13. "conn_count": 0,
  14. "conns": PackedInt32Array(),
  15. "editable_instances": [],
  16. "names": PackedStringArray("OneUp", "metadata/is_oneup", "Mushroom", "texture", "region_enabled", "region_rect", "ResourceSetterNew", "resource_json", "ScoreNoteSpawner", "Node", "script", "metadata/_custom_type_script"),
  17. "node_count": 4,
  18. "node_paths": [NodePath("."), NodePath("./Mushroom"), NodePath(".")],
  19. "nodes": PackedInt32Array(-1, -1, 2147483647, 0, -1, 1, 1, 1, 0, 1073741824, -1, 2147483647, 262146, -1, 3, 3, 2, 4, 3, 5, 4, 0, 1073741825, -1, 2147483647, 262150, -1, 1, 7, 5, 0, 1073741826, 0, 9, 1310728, -1, 2, 10, 6, 11, 7, 0),
  20. "variants": [ExtResource("2_c153q"), true, SubResource("AtlasTexture_3yqrr"), false, Rect2(16, 0, 16, 16), ExtResource("4_1kwpx"), ExtResource("5_8uw6t"), "uid://5octqlf4ohel"],
  21. "version": 3
  22. }
  23. [node name="QuestionBlock" instance=ExtResource("1_ub15u")]
  24. item = SubResource("PackedScene_dklm2")
  25. [node name="Sprite2D" parent="ItemPreview" index="0"]
  26. region_rect = Rect2(16, 0, 16, 16)
  27. [editable path="BlockAnimations"]