mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 06:09:46 +03:00
Improve style in many demos (#1263)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
extends TileMapLayer
|
||||
|
||||
# You can have multiple layers if you make this an array.
|
||||
var player_in_secret := false
|
||||
var player_in_secret: bool = false
|
||||
var layer_alpha := 1.0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user