MyFox.tscn 1.0 KB

12345678910111213141516171819202122232425262728
  1. [gd_scene load_steps=5 format=3 uid="uid://bjtiwlal1u362"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_xclcd"]
  3. [ext_resource type="Texture2D" uid="uid://cd24sd6xaifar" path="res://slides/362/dodgy_fox_running_1.png" id="2_7uut7"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_egjpp"]
  5. [ext_resource type="Texture2D" uid="uid://c3uwv7dyf3pus" path="res://slides/362/itch-dodgy-fox.png" id="4_hhcjb"]
  6. [node name="MyFox" type="Node2D"]
  7. script = ExtResource("1_xclcd")
  8. [node name="Sprite2D" type="Sprite2D" parent="."]
  9. position = Vector2(1593, 700)
  10. scale = Vector2(2, 2)
  11. texture = ExtResource("2_7uut7")
  12. [node name="Title" parent="." instance=ExtResource("3_egjpp")]
  13. offset_left = 24.0
  14. offset_top = 31.0
  15. offset_right = 1096.0
  16. offset_bottom = 199.0
  17. text = "Mon jeu DodgyFox"
  18. [node name="TextureRect" type="TextureRect" parent="."]
  19. offset_left = 71.0
  20. offset_top = 253.0
  21. offset_right = 1040.0
  22. offset_bottom = 1022.0
  23. texture = ExtResource("4_hhcjb")