main.tscn 750 B

123456789101112131415161718192021222324252627282930313233
  1. [gd_scene load_steps=3 format=1]
  2. [ext_resource path="res://data/images/background/arcticskies1.png" type="Texture" id=1]
  3. [ext_resource path="res://data/images/engine/menu/logo.png" type="Texture" id=2]
  4. [node name="screen" type="TextureFrame"]
  5. focus/ignore_mouse = true
  6. focus/stop_mouse = true
  7. size_flags/horizontal = 2
  8. size_flags/vertical = 2
  9. margin/left = -967.0
  10. margin/top = -16.0
  11. margin/right = 697.0
  12. margin/bottom = 1024.0
  13. texture = ExtResource( 1 )
  14. [node name="logo" type="TextureFrame" parent="."]
  15. focus/ignore_mouse = true
  16. focus/stop_mouse = true
  17. size_flags/horizontal = 2
  18. size_flags/vertical = 2
  19. margin/left = 408.0
  20. margin/top = 50.0
  21. margin/right = 776.0
  22. margin/bottom = 283.0
  23. texture = ExtResource( 2 )
  24. expand = true
  25. stretch_mode = 5