AhmedFebruary2025/ahmedgg/scenes/player.tscn

217 lines
5.9 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=29 format=3 uid="uid://b0d1gs2knc2l8"]
2025-03-04 01:41:41 +00:00
[ext_resource type="Script" path="res://scripts/Player.gd" id="1_rdo8w"]
[ext_resource type="Texture2D" uid="uid://icriib26yeyf" path="res://assets/graphics/Player/Idle/Player Idle 48x48.png" id="2_x2pxh"]
[ext_resource type="Texture2D" uid="uid://bof6t3qn0xd1x" path="res://assets/graphics/Player/Run/player run 48x48.png" id="3_gk0t6"]
[ext_resource type="Texture2D" uid="uid://bn36q6gcynhcq" path="res://assets/graphics/Player/Jump/player jump 48x48.png" id="3_mnvao"]
2025-03-04 01:41:41 +00:00
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_wfabo"]
[sub_resource type="GDScript" id="GDScript_46ryu"]
script/source = "extends Node2D
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass
"
[sub_resource type="AtlasTexture" id="AtlasTexture_o8cwf"]
atlas = ExtResource("2_x2pxh")
region = Rect2(0, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_qtraf"]
atlas = ExtResource("2_x2pxh")
region = Rect2(48, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_wuftw"]
atlas = ExtResource("2_x2pxh")
region = Rect2(96, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_v4xka"]
atlas = ExtResource("2_x2pxh")
region = Rect2(144, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_ho0ee"]
atlas = ExtResource("2_x2pxh")
region = Rect2(192, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_051bw"]
atlas = ExtResource("2_x2pxh")
region = Rect2(240, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_w1320"]
atlas = ExtResource("2_x2pxh")
region = Rect2(288, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_hx0kr"]
atlas = ExtResource("2_x2pxh")
region = Rect2(336, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_axdda"]
atlas = ExtResource("2_x2pxh")
region = Rect2(384, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_ae1dk"]
atlas = ExtResource("2_x2pxh")
region = Rect2(432, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_14dvy"]
atlas = ExtResource("3_mnvao")
region = Rect2(0, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_nao2h"]
atlas = ExtResource("3_mnvao")
region = Rect2(48, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_fr1eb"]
atlas = ExtResource("3_mnvao")
region = Rect2(96, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_sfbgs"]
atlas = ExtResource("3_gk0t6")
region = Rect2(0, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_rk2g7"]
atlas = ExtResource("3_gk0t6")
region = Rect2(48, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_bto8x"]
atlas = ExtResource("3_gk0t6")
region = Rect2(96, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_ddwp3"]
atlas = ExtResource("3_gk0t6")
region = Rect2(144, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_3ldfs"]
atlas = ExtResource("3_gk0t6")
region = Rect2(192, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_jhtx2"]
atlas = ExtResource("3_gk0t6")
region = Rect2(240, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_yjpde"]
atlas = ExtResource("3_gk0t6")
region = Rect2(288, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_gjcsd"]
atlas = ExtResource("3_gk0t6")
region = Rect2(336, 0, 48, 48)
[sub_resource type="SpriteFrames" id="SpriteFrames_ogkf0"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_o8cwf")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_qtraf")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_wuftw")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_v4xka")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ho0ee")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_051bw")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_w1320")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_hx0kr")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_axdda")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ae1dk")
}],
"loop": true,
"name": &"idle",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_14dvy")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_nao2h")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_fr1eb")
}],
"loop": false,
"name": &"jump",
"speed": 9.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_sfbgs")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_rk2g7")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_bto8x")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ddwp3")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_3ldfs")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_jhtx2")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_yjpde")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_gjcsd")
}],
"loop": true,
"name": &"run",
"speed": 12.0
}]
2025-03-04 01:41:41 +00:00
[node name="CharacterBody2D" type="CharacterBody2D"]
script = ExtResource("1_rdo8w")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CapsuleShape2D_wfabo")
debug_color = Color(0.416871, 0.601139, 0.192736, 0.42)
[node name="right_RayCast2D" type="RayCast2D" parent="."]
target_position = Vector2(27, 0)
[node name="left_RayCast2D" type="RayCast2D" parent="."]
target_position = Vector2(-27, 0)
[node name="rightTarget_Node2D" type="Node2D" parent="."]
position = Vector2(21, -20)
[node name="leftTarget_Node2D" type="Node2D" parent="."]
position = Vector2(15, -20)
script = SubResource("GDScript_46ryu")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
texture_filter = 1
position = Vector2(1, -2)
sprite_frames = SubResource("SpriteFrames_ogkf0")
animation = &"jump"
autoplay = "jump"
[node name="Camera2D" type="Camera2D" parent="."]