mirror of
https://codeberg.org/ProgramSnail/konkr_game_3d.git
synced 2026-01-09 21:24:59 +00:00
init
This commit is contained in:
commit
5408d75267
2834 changed files with 377523 additions and 0 deletions
22
scenes/house_info.tscn
Normal file
22
scenes/house_info.tscn
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[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 )
|
||||
Loading…
Add table
Add a link
Reference in a new issue