feat: added clock
This commit is contained in:
parent
c422a83f59
commit
c5dcf3d9d1
9 changed files with 103 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
[gd_scene load_steps=14 format=3 uid="uid://ctytpqaed0yqx"]
|
||||
[gd_scene load_steps=15 format=3 uid="uid://ctytpqaed0yqx"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://3kyt3shje5r1" path="res://scenes/main.gd" id="1_sugp2"]
|
||||
[ext_resource type="PackedScene" uid="uid://c7nfcgjxqeg7l" path="res://scenes/window/dragon_popup.tscn" id="2_jyhfs"]
|
||||
[ext_resource type="Texture2D" uid="uid://fdqnc2qrrvn1" path="res://assets/sprites/icon.svg" id="3_tbgi4"]
|
||||
[ext_resource type="Resource" uid="uid://cnhwn6kfcbjl5" path="res://assets/outfits/hats.tres" id="4_85g3d"]
|
||||
[ext_resource type="PackedScene" uid="uid://bj5ptaniasaaj" path="res://scenes/clock/clock.tscn" id="4_a8y0u"]
|
||||
[ext_resource type="PackedScene" uid="uid://miutbdsgccd1" path="res://scenes/dragons/dragon.tscn" id="4_jyhfs"]
|
||||
[ext_resource type="Script" uid="uid://cj4l3a6a8ro0r" path="res://scenes/create_button.gd" id="4_tbgi4"]
|
||||
[ext_resource type="Resource" uid="uid://etegcak2sphs" path="res://assets/outfits/shirts.tres" id="5_choun"]
|
||||
|
@ -19,6 +20,7 @@ script = ExtResource("1_sugp2")
|
|||
dragon_template = ExtResource("2_jyhfs")
|
||||
dragon_ingame = ExtResource("4_jyhfs")
|
||||
dragon_spots = [NodePath("DragonSpot1"), NodePath("DragonSpot2"), NodePath("DragonSpot3")]
|
||||
clock = ExtResource("4_a8y0u")
|
||||
hat_outfits = ExtResource("4_85g3d")
|
||||
shirt_outfits = ExtResource("5_choun")
|
||||
shoes_outfits = ExtResource("6_ya4ey")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue