mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Merge branch 'main' of https://github.com/PfandBoss/SemesterGameJam2022
This commit is contained in:
13
Assets/Model/MainMenuObjects/zahnrad_klein.gd
Normal file
13
Assets/Model/MainMenuObjects/zahnrad_klein.gd
Normal file
@@ -0,0 +1,13 @@
|
||||
extends Node3D
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var speed := 2.0
|
||||
|
||||
func _process(delta):
|
||||
rotate(Vector3(0,1,0),delta * speed)
|
||||
print(rotation.y)
|
||||
Reference in New Issue
Block a user