First_Person_Slapper/Scenes/InfoScreen.tscn

48 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-10-12 13:59:09 -04:00
[gd_scene load_steps=10 format=2]
2022-10-12 13:17:07 -04:00
[ext_resource path="res://Scenes/InfoScreen.gd" type="Script" id=1]
[ext_resource path="res://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=2]
2022-10-12 13:59:09 -04:00
[ext_resource path="res://Materials/Scanlines.tres" type="Material" id=3]
[ext_resource path="res://Materials/Glasse_Mat.tres" type="Material" id=4]
2022-10-12 13:17:07 -04:00
[sub_resource type="DynamicFont" id=3]
2022-10-12 13:59:09 -04:00
size = 50
2022-10-12 13:17:07 -04:00
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 2 )
[sub_resource type="QuadMesh" id=2]
2022-10-12 13:59:09 -04:00
[sub_resource type="CubeMesh" id=5]
material = ExtResource( 4 )
size = Vector3( 1, 1, 2 )
[sub_resource type="QuadMesh" id=6]
[sub_resource type="SpatialMaterial" id=7]
albedo_color = Color( 0, 0, 0, 1 )
2022-10-12 13:17:07 -04:00
[node name="InfoScreen" type="Spatial"]
script = ExtResource( 1 )
[node name="ScreenText" type="Label3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.00113499 )
cast_shadow = 0
double_sided = false
modulate = Color( 0, 0, 0, 1 )
text = " "
font = SubResource( 3 )
[node name="ScreenBackGround" type="MeshInstance" parent="."]
2022-10-12 13:59:09 -04:00
transform = Transform( 1.15, 0, 0, 0, 1.09, 0, 0, 0, 1, 0, 0, 0 )
2022-10-12 13:17:07 -04:00
mesh = SubResource( 2 )
2022-10-12 13:59:09 -04:00
material/0 = ExtResource( 3 )
[node name="Glass" type="MeshInstance" parent="."]
transform = Transform( 1.15, 0, 0, 0, 1.09, 0, 0, 0, 0.025, 0, 0, 0.0823192 )
mesh = SubResource( 5 )
[node name="ScreenContour" type="MeshInstance" parent="."]
transform = Transform( 1.4, 0, 0, 0, 1.34, 0, 0, 0, 0.025, 0, 0, -0.0241812 )
mesh = SubResource( 6 )
material/0 = SubResource( 7 )