JocSah2/White_Pawn.tscn

19 lines
650 B
Plaintext
Raw Permalink Normal View History

2024-07-12 12:16:17 +03:00
[gd_scene load_steps=4 format=3 uid="uid://bdrva148huqjm"]
[ext_resource type="Script" path="res://White_pawn.gd" id="1_cao44"]
[ext_resource type="Texture2D" uid="uid://i3yvfhq53pk8" path="res://Asset/Pion_alb.jpeg" id="2_5gkww"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0433c"]
[node name="WhitePawn" type="Area2D"]
script = ExtResource("1_cao44")
metadata/_edit_group_ = true
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_5gkww")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(15, 0)
scale = Vector2(1.75, 5.4)
shape = SubResource("RectangleShape2D_0433c")