diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-07-23 15:15:38 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-07-23 15:15:38 -0400 |
commit | 0a153dbfe61d04ff0f87cd0a35f0185c98116aba (patch) | |
tree | 835572a4671439e0959d8d884484b6c09e805c53 | |
parent | 970476a745e00ff3490387645f77abc5558410c6 (diff) | |
download | chicken-chaser-gd-0a153dbfe61d04ff0f87cd0a35f0185c98116aba.tar.gz chicken-chaser-gd-0a153dbfe61d04ff0f87cd0a35f0185c98116aba.zip |
Change fence material to look a little nicer
-rw-r--r-- | fence.tres | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ [ext_resource path="res://fence.png" type="Texture" id=1] [resource] -params_use_alpha_scissor = true -params_alpha_scissor_threshold = 0.98 +flags_transparent = true +flags_world_triplanar = true albedo_texture = ExtResource( 1 ) uv1_triplanar = true |