Skip to content

Commit e0b1478

Browse files
committed
bump test godot4.7
1 parent a61aeb9 commit e0b1478

7 files changed

Lines changed: 25 additions & 9 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ tmp/*
33
!tmp/.gdignore
44
build/
55
android/build/
6+
android/build-old/
67
android/.gradle/
78
.setup/
89
bin/

Cellular.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Godot.NET.Sdk/4.6.3">
1+
<Project Sdk="Godot.NET.Sdk/4.7.0-beta.5">
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
44
<Nullable>enable</Nullable>

Cellular.csproj.old

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<Project Sdk="Godot.NET.Sdk/4.6.3">
2+
<PropertyGroup>
3+
<TargetFramework>net8.0</TargetFramework>
4+
<Nullable>enable</Nullable>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<LangVersion>latest</LangVersion>
7+
<EnableDynamicLoading>true</EnableDynamicLoading>
8+
</PropertyGroup>
9+
<ItemGroup>
10+
<Compile Remove="sim/**/*.cs" />
11+
</ItemGroup>
12+
<ItemGroup>
13+
<ProjectReference Include="sim/CellularSim/CellularSim.csproj" />
14+
</ItemGroup>
15+
</Project>

android/.build_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.6.3.stable.mono
1+
4.7.beta5.mono

export_presets.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ architectures/armeabi-v7a=false
9191
architectures/arm64-v8a=true
9292
architectures/x86=false
9393
architectures/x86_64=false
94-
version/code=5
95-
version/name="0.0.5"
94+
version/code=6
95+
version/name="0.0.6"
9696
package/unique_name="org.grassecon.cellular"
9797
package/name="Cellular"
9898
package/signed=true
@@ -321,8 +321,8 @@ architectures/armeabi-v7a=false
321321
architectures/arm64-v8a=true
322322
architectures/x86=false
323323
architectures/x86_64=false
324-
version/code=5
325-
version/name="0.0.5"
324+
version/code=6
325+
version/name="0.0.6"
326326
package/unique_name="org.grassecon.cellular"
327327
package/name="Cellular"
328328
package/signed=true

project.godot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ config_version=5
1111
[application]
1212

1313
config/name="Cellular"
14-
config/version="0.0.5"
14+
config/version="0.0.6"
1515
run/main_scene="res://scenes/title_screen.tscn"
1616
config/quit_on_go_back=false
17-
config/features=PackedStringArray("4.6", "C#", "GL Compatibility")
17+
config/features=PackedStringArray("4.7", "C#", "GL Compatibility")
1818
boot_splash/image="res://loading/shamba-logo-ge.png"
1919
config/icon="res://icon.svg"
2020

scenes/title_screen.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ theme_override_colors/font_color = Color(0.08, 0.16, 0.1, 0.86)
138138
theme_override_colors/font_outline_color = Color(1, 0.98, 0.84, 0.7)
139139
theme_override_constants/outline_size = 2
140140
theme_override_font_sizes/font_size = 16
141-
text = "v0.0.5"
141+
text = "v0.0.6"
142142
horizontal_alignment = 1
143143
vertical_alignment = 1
144144

0 commit comments

Comments
 (0)