From 69495d60ad857e10c22fc23da06a6ba26c9bbf4b Mon Sep 17 00:00:00 2001 From: rogo Date: Sun, 14 Jul 2024 18:37:06 +0200 Subject: [PATCH] cleanup and godot update --- FOU.csproj | 2 +- FOU.csproj.old | 6 ++++++ Scenes/main.tscn | 2 +- Scripts/Chunk.cs | 3 --- project.godot | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 FOU.csproj.old diff --git a/FOU.csproj b/FOU.csproj index 347d21f..088aa3d 100644 --- a/FOU.csproj +++ b/FOU.csproj @@ -1,4 +1,4 @@ - + net6.0 true diff --git a/FOU.csproj.old b/FOU.csproj.old new file mode 100644 index 0000000..347d21f --- /dev/null +++ b/FOU.csproj.old @@ -0,0 +1,6 @@ + + + net6.0 + true + + \ No newline at end of file diff --git a/Scenes/main.tscn b/Scenes/main.tscn index 6499996..b1e603c 100644 --- a/Scenes/main.tscn +++ b/Scenes/main.tscn @@ -6,7 +6,7 @@ [node name="Main" type="Node2D"] script = ExtResource("1_k1i8e") -BrushSize = 1 +BrushSize = 0 TextureResolution = 0.25 RainAmount = 5.0 diff --git a/Scripts/Chunk.cs b/Scripts/Chunk.cs index 793b441..54e83a7 100644 --- a/Scripts/Chunk.cs +++ b/Scripts/Chunk.cs @@ -77,9 +77,6 @@ public class Chunk { } public Element Get(Vector2I pos) { - if (pos.Y == 54) - GD.Print("magic number"); - if (pos.Y < 0) if (NeighborN != null) return NeighborN.Get(pos.X, NeighborN.sizeY + pos.Y); diff --git a/project.godot b/project.godot index cbf0918..c221214 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="FOU" run/main_scene="res://Scenes/main.tscn" -config/features=PackedStringArray("4.1", "C#", "Forward Plus") +config/features=PackedStringArray("4.2", "C#", "Forward Plus") config/icon="res://icon.svg" [dotnet]