diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-28 17:21:38 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-08-28 17:21:38 -0300 |
| commit | e17510951f1136f4afeb2afbf76c47df151b299b (patch) | |
| tree | 411f03c6e577380d4b84295c1796ce1aabe46813 /assets/definitions/tiles | |
| parent | 358943907bc9e37d26618ee03adf1ffd97635335 (diff) | |
Mapa iluminado
Diffstat (limited to 'assets/definitions/tiles')
| -rw-r--r-- | assets/definitions/tiles/floor.tres | 2 | ||||
| -rw-r--r-- | assets/definitions/tiles/wall.tres | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/assets/definitions/tiles/floor.tres b/assets/definitions/tiles/floor.tres index 7fa64ea..d06e101 100644 --- a/assets/definitions/tiles/floor.tres +++ b/assets/definitions/tiles/floor.tres @@ -6,6 +6,8 @@ [resource] script = ExtResource("1_snxyj") Texture = ExtResource("1_vvyfi") +LitColor = Color(1, 1, 1, 1) +DarkColor = Color(0.272655, 0.272655, 0.272655, 1) IsWalkable = true IsTransparent = true metadata/_custom_type_script = "uid://ba82a33ov6uuo" diff --git a/assets/definitions/tiles/wall.tres b/assets/definitions/tiles/wall.tres index bc16528..c4d67f7 100644 --- a/assets/definitions/tiles/wall.tres +++ b/assets/definitions/tiles/wall.tres @@ -6,5 +6,8 @@ [resource] script = ExtResource("1_ugwtv") Texture = ExtResource("1_jkwov") +LitColor = Color(1, 1, 1, 1) +DarkColor = Color(0.152476, 0.152476, 0.152476, 1) IsWalkable = false +IsTransparent = false metadata/_custom_type_script = "uid://ba82a33ov6uuo" |
