Vastly simplify the JRPG demo

This commit is contained in:
Aaron Franke
2021-06-20 22:47:24 -04:00
parent 2d4d23302a
commit 6e3db7c64d
80 changed files with 270 additions and 775 deletions

View File

@@ -24,8 +24,6 @@ public class Viewport25D : Control
public async override void _Ready()
{
// Give Godot a chance to fully load the scene. Should take two frames.
//yield(get_tree(), "idle_frame");
//yield(get_tree(), "idle_frame");
await ToSignal(GetTree(), "idle_frame");
await ToSignal(GetTree(), "idle_frame");
var editedSceneRoot = GetTree().EditedSceneRoot;