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.
Babushka/prefabs/player.tscn

37 lines
1.4 KiB

[gd_scene load_steps=6 format=3 uid="uid://dd3giw31imfk4"]
[ext_resource type="Script" uid="uid://c3itdui8uq68b" path="res://scripts/GdScript/player.gd" id="1_rhqwr"]
[ext_resource type="Texture2D" uid="uid://cumdgxn0ibpv7" path="res://graphics/mockups/TakeThatCandy.png" id="2_eul5n"]
[ext_resource type="Texture2D" uid="uid://dj1syhq0dmf3p" path="res://graphics/mockups/Doll.png" id="3_mpdnl"]
[ext_resource type="Texture2D" uid="uid://bcah7lrg2oae1" path="res://graphics/mockups/IveSeenSomeShit.png" id="4_631ct"]
[ext_resource type="Texture2D" uid="uid://cvn2p215jq2am" path="res://graphics/mockups/concerned.png" id="5_ayafy"]
[node name="player" type="Node2D"]
z_as_relative = false
y_sort_enabled = true
script = ExtResource("1_rhqwr")
speed = 300.0
[node name="TakeThatCandy" type="Sprite2D" parent="."]
visible = false
scale = Vector2(0.4, 0.4)
texture = ExtResource("2_eul5n")
offset = Vector2(16.71, -221.315)
[node name="Doll" type="Sprite2D" parent="."]
visible = false
scale = Vector2(0.450315, 0.450315)
texture = ExtResource("3_mpdnl")
offset = Vector2(-8.925, -208.125)
[node name="IveSeenSomeShit" type="Sprite2D" parent="."]
visible = false
scale = Vector2(0.367314, 0.367314)
texture = ExtResource("4_631ct")
offset = Vector2(-16.49, -269.615)
[node name="Concerned" type="Sprite2D" parent="."]
scale = Vector2(0.388489, 0.388489)
texture = ExtResource("5_ayafy")
offset = Vector2(-24.175, -249.235)