This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
ld49/assets/Icon_Hot.tscn
Ryan 36d097ff73 Close issue # 64
Icon scenes created
Icons will spin on spawn
Icons will show customer state
Icons will show barista mental state
2021-10-17 19:58:32 -04:00

9 lines
324 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://assets/imports/statusicons/barista-hot.gltf" type="PackedScene" id=1]
[ext_resource path="res://game/Icon.gd" type="Script" id=2]
[node name="barista-hot" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="Tween" type="Tween" parent="." index="1"]