diff --git a/.gitignore b/.gitignore index 4709183..da8c2aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # Godot 4+ specific ignores .godot/ + +# old files +*.old* diff --git a/README.org b/README.org index 9399eac..af43069 100644 --- a/README.org +++ b/README.org @@ -2,6 +2,8 @@ Forsen-related game -*NOTE:* although the latest version at the time of writing is ~4.0.beta5.mono~, this project only works under ~4.0.beta4.mono~. The latest beta does not include node exports, which was previously in Beta 4. +Issue below fixed with [[https://github.com/godotengine/godot/pull/68866]]. Please update your version to ~4.0.beta6.mono~. -[[https://github.com/godotengine/godot/pull/67055]] ++*NOTE:* although the latest version at the time of writing is ~4.0.beta5.mono~, this project only works under ~4.0.beta4.mono~. The latest beta does not include node exports, which was previously in Beta 4.+ + ++[[https://github.com/godotengine/godot/pull/67055]]+ diff --git a/SupaLidlGame.csproj b/SupaLidlGame.csproj index 1481c84..7f693c2 100644 --- a/SupaLidlGame.csproj +++ b/SupaLidlGame.csproj @@ -1,4 +1,4 @@ - + net6.0 true