Icon scenes created Icons will spin on spawn Icons will show customer state Icons will show barista mental state
9 lines
332 B
Text
9 lines
332 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://assets/imports/statusicons/barista-screwed.gltf" type="PackedScene" id=1]
|
|
[ext_resource path="res://game/Icon.gd" type="Script" id=2]
|
|
|
|
[node name="barista-screwed" instance=ExtResource( 1 )]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Tween" type="Tween" parent="." index="1"]
|