we do a bit of cooking but i need lunch
This commit is contained in:
parent
bcbe8ab287
commit
4fa6a88b54
14 changed files with 858 additions and 1 deletions
12
spinpls.gd
Normal file
12
spinpls.gd
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue