it's michael, what's michael
This commit is contained in:
10
dungeon_test/Camera3d.cs
Normal file
10
dungeon_test/Camera3d.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class Camera3d : Node3D
|
||||
{
|
||||
public override void _Process(double delta)
|
||||
{
|
||||
this.RotateY((float)delta);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user