Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

19 рядки
396 B

  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://jrpg/fonts/puritan.tres" type="DynamicFont" id=1]
  3. [node name="TestGameOver" type="Control"]
  4. anchor_right = 1.0
  5. anchor_bottom = 1.0
  6. __meta__ = {
  7. "_edit_use_anchors_": false
  8. }
  9. [node name="Label" type="Label" parent="."]
  10. anchor_right = 1.0
  11. anchor_bottom = 1.0
  12. custom_fonts/font = ExtResource( 1 )
  13. text = "Game Over"
  14. align = 1
  15. valign = 1