A game created for the Godot Wild Jam #21
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
652B

  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://Data/Graphics/Logos/GodotWildJam.png" type="Texture" id=1]
  3. [ext_resource path="res://Data/Graphics/Logos/head_bg_less.png" type="Texture" id=2]
  4. [node name="MainMenuLogo" type="Node2D"]
  5. [node name="GodotFace" type="Node2D" parent="."]
  6. position = Vector2( 172.95, 351.479 )
  7. [node name="Sprite" type="Sprite" parent="GodotFace"]
  8. scale = Vector2( 0.5, 0.5 )
  9. texture = ExtResource( 2 )
  10. [node name="GodotJamTitle" type="Node2D" parent="."]
  11. position = Vector2( -203.938, 372.715 )
  12. [node name="Sprite" type="Sprite" parent="GodotJamTitle"]
  13. scale = Vector2( 0.5, 0.5 )
  14. texture = ExtResource( 1 )