Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

22 wiersze
613 B

  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://main/scripts/test_viteuf.gd" type="Script" id=1]
  3. [ext_resource path="res://main/dialogues/test.yarn" type="Resource" id=2]
  4. [ext_resource path="res://addons/yarn_spinner/yarn_runner.gd" type="Script" id=3]
  5. [node name="Node" type="Control"]
  6. anchor_right = 1.0
  7. anchor_bottom = 1.0
  8. script = ExtResource( 1 )
  9. __meta__ = {
  10. "_edit_use_anchors_": false
  11. }
  12. [node name="YarnRunner" type="Node" parent="."]
  13. script = ExtResource( 3 )
  14. yarnScript = ExtResource( 2 )
  15. [node name="RichTextLabel" type="RichTextLabel" parent="."]
  16. anchor_right = 1.0
  17. anchor_bottom = 1.0