The beginning of public history
This commit is contained in:
47
Nodes/Intro.tscn
Normal file
47
Nodes/Intro.tscn
Normal file
@@ -0,0 +1,47 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://Fonts/pixelmix/pixelmix.ttf" type="DynamicFontData" id=1]
|
||||
[ext_resource path="res://Scripts/MangeIntro.gd" type="Script" id=2]
|
||||
|
||||
[sub_resource type="DynamicFont" id=1]
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
color = Color( 0, 0, 0, 1 )
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
margin_right = 1024.0
|
||||
margin_bottom = 2030.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 7
|
||||
custom_fonts/font = SubResource( 1 )
|
||||
custom_colors/font_color = Color( 0.6, 0.898039, 0.313726, 1 )
|
||||
text = "gis init
|
||||
Gathering resources...
|
||||
Gathered: Humanskeleton.yaml
|
||||
Gathered: Joints.yaml
|
||||
Gathered: Ligaments.yaml
|
||||
Gathered: Muscularsystem.yaml
|
||||
Gathered: Tendons.yaml
|
||||
Gathered: Digestivesystem.yaml
|
||||
Gathered: Mouth.yaml
|
||||
Gathered: Teeth.yaml
|
||||
Gathered: Tongue.yaml
|
||||
Gathered: Pharynx.yaml
|
||||
Gathered Nervoussystem.yaml
|
||||
Supressing: Frontallobe.yaml
|
||||
Gathered: Esophagus.yaml
|
||||
Gathered: Stomach.yaml
|
||||
Gathered: Smallintestine.yaml
|
||||
Gathered: Liver.yaml
|
||||
Gathered: Gallbladder.yaml
|
||||
Gathered: Pancreas.yaml
|
||||
|
||||
Intializing..."
|
||||
script = ExtResource( 2 )
|
||||
Reference in New Issue
Block a user