diff options
| -rw-r--r-- | Scripts/Game/Command.cs | 2 | ||||
| -rw-r--r-- | Texty.csproj | 2 | ||||
| -rw-r--r-- | project.godot | 10 |
3 files changed, 2 insertions, 12 deletions
diff --git a/Scripts/Game/Command.cs b/Scripts/Game/Command.cs index 56d80a7..364f29a 100644 --- a/Scripts/Game/Command.cs +++ b/Scripts/Game/Command.cs @@ -7,7 +7,7 @@ public enum CommandType Look } -public partial class Command : Object +public partial class Command : GodotObject { public Command() { diff --git a/Texty.csproj b/Texty.csproj index b787c1e..8739813 100644 --- a/Texty.csproj +++ b/Texty.csproj @@ -1,4 +1,4 @@ -<Project Sdk="Godot.NET.Sdk/4.0.0-beta.10"> +<Project Sdk="Godot.NET.Sdk/4.0.0-beta.17"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <EnableDynamicLoading>true</EnableDynamicLoading> diff --git a/project.godot b/project.godot index f165fdf..29008fa 100644 --- a/project.godot +++ b/project.godot @@ -8,16 +8,6 @@ config_version=5 -_global_script_classes=[{ -"base": "GutTest", -"class": &"CommandParserTestBase", -"language": &"GDScript", -"path": "res://Tests/Game/CommandParserTestBase.gd" -}] -_global_script_class_icons={ -"CommandParserTestBase": "" -} - [application] config/name="Texty" |
