This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
Jessist/addons/godot-action/utils_gd_action.tscn
2022-06-18 13:05:48 +02:00

14 lines
476 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://addons/godot-action/utils_gd_action.gd" type="Script" id=1]
[ext_resource path="res://addons/godot-action/ease_func.gd" type="Script" id=2]
[ext_resource path="res://addons/godot-action/cache.gd" type="Script" id=3]
[node name="gd" type="Node"]
script = ExtResource( 1 )
[node name="ease_func" type="Node" parent="."]
script = ExtResource( 2 )
[node name="cache" type="Node" parent="."]
script = ExtResource( 3 )