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