idk small stuff
This commit is contained in:
parent
19517a3176
commit
ce27965422
3 changed files with 133 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene format=3 uid="uid://ncgwx0yjn2gt"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://sbseykg05177" path="res://scripts/player.gd" id="1_ur7pv"]
|
||||
[ext_resource type="Resource" uid="uid://cf7x0uuj6wnil" path="res://resources/scythe.tres" id="2_3v2ag"]
|
||||
[ext_resource type="Resource" uid="uid://0mtm64s4jthn" path="res://resources/stars.tres" id="2_3v2ag"]
|
||||
[ext_resource type="PackedScene" uid="uid://bp45yth1y3ia5" path="res://scenes/player_explosion.tscn" id="3_3v2ag"]
|
||||
[ext_resource type="Script" uid="uid://synocbtvgrf4" path="res://scripts/shadow.gd" id="4_3v2ag"]
|
||||
[ext_resource type="Texture2D" uid="uid://d3abeekjumqyb" path="res://assets/player/maske1.png" id="5_jej6c"]
|
||||
|
|
|
|||
|
|
@ -17,16 +17,17 @@ radius = 7.0
|
|||
script = ExtResource("1_mcqwg")
|
||||
spawn_sfx = ExtResource("2_ef0hr")
|
||||
|
||||
[node name="Trail" type="Line2D" parent="." unique_id=1712481129]
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=257593575]
|
||||
modulate = Color(1, 0.45533067, 0.837305, 1)
|
||||
texture = ExtResource("2_j6vao")
|
||||
|
||||
[node name="Trail" type="Line2D" parent="Sprite2D" unique_id=1712481129]
|
||||
points = PackedVector2Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
|
||||
width = 2.5
|
||||
width_curve = SubResource("Curve_sxbdi")
|
||||
script = ExtResource("5_8lrp4")
|
||||
metadata/_custom_type_script = "uid://bxqbkdomwqbtc"
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=257593575]
|
||||
texture = ExtResource("2_j6vao")
|
||||
|
||||
[node name="Hitbox" type="Area2D" parent="." unique_id=1381928788]
|
||||
script = ExtResource("4_8d8bx")
|
||||
metadata/_custom_type_script = "uid://ejd25ul4j5pp"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue