godot weirdness
This commit is contained in:
parent
78f2216357
commit
a38b4d1956
|
|
@ -461,7 +461,9 @@ bbcode_enabled = true
|
|||
text = "Moonlight trickled down trough clouds and twigs as Dräven tapped trough the night.He had been searching for a while and he knew a special someone must be hiding in the thicket.When a familiar smell first led him to a few bronce hairs as fluffy as his tail, he didn’t think much of it.But then he saw paw-prints, that matched his own where he had not been. Would he finally find someone of his kind?He was sure of it, as the familiar scent has never been stronger than tonight.When suddently: Was that chatter?His wings rustled with joy over the familiar voice and Dräven decided to get a better look.A few flaps and leaps brought him up a tree, to get a glimpse of his soon to be friend.But all he saw was a fox.He didn’t even want to bother it anymore.It would just scream and laugh at his wings of leafs, just like the trees crackled at his paws, that were no roots.With a small whimper, Dräven spread his wings, and slid away to at least find comfort by seeing his reflection in the nearby lake.It took him a while to notice, how there was a sudden silence when the clouds broke: Northern lights danced trough the sky to form wings, that met at a sleak body made of stars and clouds.The whole forest held its breath as it stared into eyes of moonlight gazing down.Dräven was moved to tears when he gazed back at it. He was sad for the dragon that was of the moon and the stars and the skies. It must feel so lost in the universe. But his tears were of joy: It was the first time Dräven saw another creature of many kinds."
|
||||
fit_content = true
|
||||
scroll_active = false
|
||||
visible_characters = 0
|
||||
visible_characters_behavior = 1
|
||||
visible_ratio = 0.0
|
||||
|
||||
[node name="StartBottom" type="TextureRect" parent="PanelContainer/VBoxContainer"]
|
||||
custom_minimum_size = Vector2(0, 64)
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ bus = &"music"
|
|||
unique_name_in_owner = true
|
||||
root_node = NodePath("../../SumSlider")
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_sfx55")
|
||||
&"": SubResource("AnimationLibrary_sfx55")
|
||||
}
|
||||
|
||||
[node name="Label3" type="Label" parent="VBoxContainer/GridContainer"]
|
||||
|
|
@ -180,6 +180,7 @@ layout_mode = 2
|
|||
selected = 0
|
||||
item_count = 3
|
||||
popup/item_0/text = "use system language"
|
||||
popup/item_0/id = 0
|
||||
popup/item_1/text = "English"
|
||||
popup/item_1/id = 1
|
||||
popup/item_2/text = "German"
|
||||
|
|
@ -195,6 +196,7 @@ layout_mode = 2
|
|||
selected = 0
|
||||
item_count = 3
|
||||
popup/item_0/text = "use system language"
|
||||
popup/item_0/id = 0
|
||||
popup/item_1/text = "English"
|
||||
popup/item_1/id = 1
|
||||
popup/item_2/text = "German"
|
||||
|
|
|
|||
|
|
@ -301,6 +301,7 @@ text = "settings"
|
|||
flat = false
|
||||
item_count = 5
|
||||
popup/item_0/text = "Accessibility"
|
||||
popup/item_0/id = 0
|
||||
popup/item_1/text = "Video"
|
||||
popup/item_1/id = 1
|
||||
popup/item_2/text = "Audio"
|
||||
|
|
@ -341,7 +342,7 @@ script = ExtResource("4_k8jo0")
|
|||
[node name="AnimationPlayer" type="AnimationPlayer" parent="SettingsPopup"]
|
||||
root_node = NodePath("../TabContainer/Video Settings")
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_lmxul")
|
||||
&"": SubResource("AnimationLibrary_lmxul")
|
||||
}
|
||||
autoplay = "RESET"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue