update project to beta 6
parent
ce5789681c
commit
ce991cf1c6
|
@ -1,2 +1,5 @@
|
||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
.godot/
|
||||||
|
|
||||||
|
# old files
|
||||||
|
*.old*
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
Forsen-related game
|
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]]+
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<Project Sdk="Godot.NET.Sdk/4.0.0-beta.4">
|
<Project Sdk="Godot.NET.Sdk/4.0.0-beta.6">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||||
|
|
Loading…
Reference in New Issue