It's Cow Game! Version 2.04!

This commit is contained in:
PajamaBee 2024-09-19 23:06:51 -05:00
commit a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions

View file

@ -0,0 +1,7 @@
extends Interaction
func _ready():
add_action("Spin", spin)
func spin():
get_parent().spin()

View file

@ -0,0 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://1syjvoev4qjn"]
[ext_resource type="PackedScene" uid="uid://c5ded8kcouyci" path="res://Interactions/Interactable/interaction.tscn" id="1_r5ach"]
[ext_resource type="Script" path="res://Interactions/Spinable/Spinable.gd" id="2_awma5"]
[node name="Spinable" instance=ExtResource("1_r5ach")]
script = ExtResource("2_awma5")