summaryrefslogtreecommitdiffstats
path: root/assets/maps/misc/test_map/test_map_assets/decals/ftf_graffiti.tscn
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-04-24 07:50:00 -0400
committerMalfurious <m@lfurio.us>2023-04-24 07:50:00 -0400
commit97dd79339284b033774ac74a04dd4a255475261a (patch)
tree951d3c29e676c14c9f165b32143e9aaae8ec4f6a /assets/maps/misc/test_map/test_map_assets/decals/ftf_graffiti.tscn
parent53091fce91ce03aae208bd0c61ee28830b34387d (diff)
downloadproject-s-master.tar.gz
project-s-master.zip
Move Godot 3 project to a new subdirectoryHEADmaster
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'assets/maps/misc/test_map/test_map_assets/decals/ftf_graffiti.tscn')
-rw-r--r--assets/maps/misc/test_map/test_map_assets/decals/ftf_graffiti.tscn18
1 files changed, 0 insertions, 18 deletions
diff --git a/assets/maps/misc/test_map/test_map_assets/decals/ftf_graffiti.tscn b/assets/maps/misc/test_map/test_map_assets/decals/ftf_graffiti.tscn
deleted file mode 100644
index f42796e..0000000
--- a/assets/maps/misc/test_map/test_map_assets/decals/ftf_graffiti.tscn
+++ /dev/null
@@ -1,18 +0,0 @@
-[gd_scene load_steps=5 format=2]
-
-[ext_resource path="res://assets/maps/misc/test_map/test_map_assets/decals/ftf_graffiti.png" type="Texture" id=1]
-[ext_resource path="res://assets/maps/misc/test_map/test_map_assets/decals/ftf_graffiti_normal.png" type="Texture" id=2]
-
-[sub_resource type="PlaneMesh" id=1]
-size = Vector2( 4, 2 )
-
-[sub_resource type="SpatialMaterial" id=2]
-flags_transparent = true
-albedo_texture = ExtResource( 1 )
-normal_enabled = true
-normal_scale = 1.0
-normal_texture = ExtResource( 2 )
-
-[node name="ftf_graffiti" type="MeshInstance"]
-mesh = SubResource( 1 )
-material/0 = SubResource( 2 )