diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-19 17:44:22 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-19 17:44:22 -0400 |
| commit | 1d347e770fddcdd051890cdf070fd2779ab113bf (patch) | |
| tree | 6501fb000509819b7ba58df15c9a831c8bdc44fb /godot/scenes/GameBase.tscn | |
| parent | 2fd755132f526c48fed2c1867530526971e1cf19 (diff) | |
problems: player controller perf, boat perf, NAVSERVER PERF
Diffstat (limited to 'godot/scenes/GameBase.tscn')
| -rw-r--r-- | godot/scenes/GameBase.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/godot/scenes/GameBase.tscn b/godot/scenes/GameBase.tscn index 6764b81..2f603e2 100644 --- a/godot/scenes/GameBase.tscn +++ b/godot/scenes/GameBase.tscn @@ -3,7 +3,7 @@ [ext_resource path="res://scenes/environment/Water.tscn" type="PackedScene" id=1] [ext_resource path="res://ui/HUD.tscn" type="PackedScene" id=2] [ext_resource path="res://scripts/GameBase.gd" type="Script" id=3] -[ext_resource path="res://scripts/cameras/PlayerCamGDS.gd" type="Script" id=4] +[ext_resource path="res://bin/playercam.gdns" type="Script" id=4] [node name="GAMEWORLD" type="Spatial"] script = ExtResource( 3 ) |
