GrappleTest/Player/BasicCharacter/Character.tscn

27 lines
1 KiB
Text
Raw Normal View History

2024-02-22 00:10:13 -06:00
[gd_scene load_steps=6 format=3 uid="uid://cqcjan67wgkc1"]
[ext_resource type="Texture2D" uid="uid://dvx8lliqdi3dv" path="res://Player/Skins/Square/Square.png" id="1_3vfyw"]
[ext_resource type="Script" path="res://Player/BasicCharacter/CharacterController.gd" id="1_c5ycp"]
[ext_resource type="Script" path="res://Player/BasicCharacter/CameraController.gd" id="3_2bdku"]
[ext_resource type="Script" path="res://Player/BasicCharacter/AnimationController.gd" id="3_6plye"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_42acf"]
size = Vector2(16, 16)
[node name="Character" type="CharacterBody2D"]
script = ExtResource("1_c5ycp")
[node name="BoxCollider" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_42acf")
[node name="Camera" type="Camera2D" parent="."]
zoom = Vector2(3, 3)
position_smoothing_enabled = true
position_smoothing_speed = 20.0
script = ExtResource("3_2bdku")
[node name="Sprite" type="Sprite2D" parent="."]
self_modulate = Color(1, 0, 0, 1)
texture = ExtResource("1_3vfyw")
script = ExtResource("3_6plye")