we do a bit of cooking but i need lunch

This commit is contained in:
Tabby 2025-07-20 15:48:17 +10:00
parent bcbe8ab287
commit 4fa6a88b54
14 changed files with 858 additions and 1 deletions

12
spinpls.gd Normal file
View file

@ -0,0 +1,12 @@
extends Node3D
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
rotation_degrees.x += delta * 10