FebruaryGame/februarygodotgame/scenes/player.tscn

205 lines
5.6 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=28 format=3 uid="uid://du8aftivw4k25"]
2025-03-04 01:40:27 +00:00
[ext_resource type="Script" path="res://scripts/player.gd" id="1_p8gev"]
[ext_resource type="Texture2D" uid="uid://70imyp6vsgvv" path="res://assets/graphics/player/idle/Player Idle 48x48.png" id="2_vqtu4"]
[ext_resource type="Texture2D" uid="uid://5ger8sg6iqqm" path="res://assets/graphics/player/jump/player jump 48x48(1).png" id="3_k55ht"]
[ext_resource type="Texture2D" uid="uid://crd320y5xhgwf" path="res://assets/graphics/player/run/player run 48x48(1).png" id="3_olacu"]
2025-03-04 01:40:27 +00:00
[sub_resource type="CircleShape2D" id="CircleShape2D_a75m4"]
[sub_resource type="AtlasTexture" id="AtlasTexture_lxsaf"]
atlas = ExtResource("2_vqtu4")
region = Rect2(0, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_nc8f5"]
atlas = ExtResource("2_vqtu4")
region = Rect2(48, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_8t17o"]
atlas = ExtResource("2_vqtu4")
region = Rect2(96, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_un46h"]
atlas = ExtResource("2_vqtu4")
region = Rect2(144, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_yyi6q"]
atlas = ExtResource("2_vqtu4")
region = Rect2(192, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_e17dv"]
atlas = ExtResource("2_vqtu4")
region = Rect2(240, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_4i4mp"]
atlas = ExtResource("2_vqtu4")
region = Rect2(288, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_g1pat"]
atlas = ExtResource("2_vqtu4")
region = Rect2(336, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_udrwm"]
atlas = ExtResource("2_vqtu4")
region = Rect2(384, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_64ecg"]
atlas = ExtResource("2_vqtu4")
region = Rect2(432, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_0w8hc"]
atlas = ExtResource("3_k55ht")
region = Rect2(0, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_gnkqd"]
atlas = ExtResource("3_k55ht")
region = Rect2(48, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_xblxa"]
atlas = ExtResource("3_k55ht")
region = Rect2(96, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_14w4b"]
atlas = ExtResource("3_olacu")
region = Rect2(0, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_ed7pw"]
atlas = ExtResource("3_olacu")
region = Rect2(48, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_bf8mn"]
atlas = ExtResource("3_olacu")
region = Rect2(96, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_3jaw1"]
atlas = ExtResource("3_olacu")
region = Rect2(144, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_nfpx8"]
atlas = ExtResource("3_olacu")
region = Rect2(192, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_vv4dg"]
atlas = ExtResource("3_olacu")
region = Rect2(240, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_pevx6"]
atlas = ExtResource("3_olacu")
region = Rect2(288, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_ytupl"]
atlas = ExtResource("3_olacu")
region = Rect2(336, 0, 48, 48)
[sub_resource type="SpriteFrames" id="SpriteFrames_upnp5"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_lxsaf")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_nc8f5")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_8t17o")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_un46h")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_yyi6q")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_e17dv")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_4i4mp")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_g1pat")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_udrwm")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_64ecg")
}],
"loop": true,
"name": &"idle",
"speed": 12.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_0w8hc")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_gnkqd")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_xblxa")
}],
"loop": false,
"name": &"jump",
"speed": 9.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_14w4b")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ed7pw")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_bf8mn")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_3jaw1")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_nfpx8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_vv4dg")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_pevx6")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ytupl")
}],
"loop": true,
"name": &"run",
"speed": 12.0
}]
2025-03-04 01:40:27 +00:00
[node name="CharacterBody2D" type="CharacterBody2D"]
script = ExtResource("1_p8gev")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_a75m4")
debug_color = Color(1.05888e-06, 0.616635, 0.591704, 0.42)
[node name="rightcast" type="RayCast2D" parent="."]
target_position = Vector2(16, 0)
[node name="leftcast" type="RayCast2D" parent="."]
target_position = Vector2(-16, 0)
[node name="rightTarget" type="Node2D" parent="."]
position = Vector2(11, -10)
[node name="leftTarget" type="Node2D" parent="."]
position = Vector2(-15, -10)
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
texture_filter = 1
position = Vector2(0, -7)
sprite_frames = SubResource("SpriteFrames_upnp5")
animation = &"jump"
autoplay = "jump"
frame = 2
frame_progress = 1.0
[node name="Camera2D" type="Camera2D" parent="."]