Update to 4.2

This commit is contained in:
iandoesallthethings 2024-05-04 20:09:47 -04:00
parent 3173b21368
commit 439be5642d
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
.export/
.itchio/
.steam/
.DS_Store

View file

@ -1,2 +1,2 @@
This is a Godot 4.1.2 stable project. Not sure if everything will work in future version.
This code is very bad so be warned this is a SLOP project
This is a Godot 4.2.2 stable project. Not sure if everything will work in future version.
This code is very ~~bad~~ so be warned this is a ~~SLOP~~ super cool project

View file

@ -12,7 +12,7 @@ config_version=5
config/name="PNGTuberPlus"
run/main_scene="res://main_scenes/main.tscn"
config/features=PackedStringArray("4.1", "GL Compatibility")
config/features=PackedStringArray("4.2", "GL Compatibility")
run/max_fps=60
boot_splash/bg_color=Color(0.0313726, 0.0313726, 0.0313726, 1)
boot_splash/image="res://splash.png"