Initial commit
This commit is contained in:
21
Characters/Knight/Knight.tscn
Normal file
21
Characters/Knight/Knight.tscn
Normal file
@@ -0,0 +1,21 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://csrkrerssl8wm"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c3ydje1po7p2w" path="res://Characters/Knight/Knight.cs" id="1_8l5bb"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqiniro3w8jom" path="res://Abilities/Sword/Sword.tscn" id="2_0fgit"]
|
||||
[ext_resource type="Texture2D" uid="uid://4yg084mipkvx" path="res://Characters/Knight/Body.png" id="3_5avd5"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0fgit"]
|
||||
size = Vector2(16, 32)
|
||||
|
||||
[node name="Character" type="CharacterBody2D"]
|
||||
motion_mode = 1
|
||||
script = ExtResource("1_8l5bb")
|
||||
Weapon = ExtResource("2_0fgit")
|
||||
Speed = 300.0
|
||||
PrimaryCooldown = 1.0
|
||||
|
||||
[node name="Body" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("3_5avd5")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_0fgit")
|
||||
Reference in New Issue
Block a user