mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
Update most demos for Godot 4.0.beta10 (#782)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
; [section] ; section goes between []
|
||||
; param=value ; assign values to parameters
|
||||
|
||||
config_version=4
|
||||
config_version=5
|
||||
|
||||
[application]
|
||||
|
||||
@@ -14,12 +14,12 @@ config/name="2D Shaders for Sprites"
|
||||
config/description="This is a sample consisting of different shaders applied to some sprites.
|
||||
Effects include outlines, blurs, distorts, shadows, glows, and more."
|
||||
run/main_scene="res://sprite_shaders.tscn"
|
||||
config/features=PackedStringArray("4.0")
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[display]
|
||||
|
||||
window/dpi/allow_hidpi=true
|
||||
window/stretch/mode="2d"
|
||||
window/stretch/mode="canvas_items"
|
||||
window/stretch/aspect="expand"
|
||||
|
||||
[rendering]
|
||||
|
||||
Reference in New Issue
Block a user