Godot 4.4 Upgrade
This commit is contained in:
@@ -1,7 +1,22 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://bweve8chonij3"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dhgyj08g1ge2o" path="res://assets/UI/SVG/hitmarkersvg.svg" id="1_sja31"]
|
||||
[ext_resource type="Script" path="res://scripts/hitmarker.gd" id="2_8qjsl"]
|
||||
[ext_resource type="Script" uid="uid://doiuui3fejbfr" path="res://scripts/hitmarker.gd" id="2_8qjsl"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_162up"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:scale")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector2(1, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_gb8xo"]
|
||||
resource_name = "hit"
|
||||
@@ -34,25 +49,10 @@ tracks/1/keys = {
|
||||
}]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_162up"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:scale")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector2(1, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_bki25"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_162up"),
|
||||
"hit": SubResource("Animation_gb8xo")
|
||||
&"RESET": SubResource("Animation_162up"),
|
||||
&"hit": SubResource("Animation_gb8xo")
|
||||
}
|
||||
|
||||
[node name="Hitmarker" type="TextureRect"]
|
||||
|
||||
Reference in New Issue
Block a user