mirror of
https://codeberg.org/ProgramSnail/konkr_game_3d.git
synced 2025-12-06 06:38:47 +00:00
22 lines
630 B
Text
22 lines
630 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://scripts/HouseInfo.gd" type="Script" id=1]
|
|
[ext_resource path="res://fonts/droid-sans/DroidSans-Bold.ttf" type="DynamicFontData" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 48
|
|
outline_size = 10
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
use_mipmaps = true
|
|
use_filter = true
|
|
font_data = ExtResource( 2 )
|
|
|
|
[node name="HouseInfo" type="Spatial"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Info" type="Label3D" parent="."]
|
|
transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 2.7, 0 )
|
|
cast_shadow = 0
|
|
alpha_cut = 1
|
|
text = "HOUSE"
|
|
font = SubResource( 1 )
|