summaryrefslogtreecommitdiffstats
path: root/assets/maps/misc/test_map/test_map_assets/decals/ftf_graffiti.tscn
blob: f42796e4d62c233a9795e092aba1ed0560f118a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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 )