add missing _ prefixes to private variables
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://c0buetf2h266d"]
|
||||
[gd_scene load_steps=23 format=3 uid="uid://c0buetf2h266d"]
|
||||
|
||||
[ext_resource type="Material" uid="uid://btpy4dp5lb8il" path="res://resources/materials/test_triplanar.tres" id="1_ixaua"]
|
||||
[ext_resource type="PackedScene" uid="uid://b73y71y3efmv" path="res://scenes/player.tscn" id="2_f4ehn"]
|
||||
@@ -10,6 +10,73 @@ tonemap_mode = 4
|
||||
tonemap_exposure = 1.5
|
||||
tonemap_white = 5.74
|
||||
|
||||
[sub_resource type="Animation" id="Animation_at5dv"]
|
||||
resource_name = "!ass"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_5jxlq"]
|
||||
resource_name = "\"ass"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_uacia"]
|
||||
resource_name = "#ass"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_yk7ts"]
|
||||
resource_name = "$ass"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_ghpyy"]
|
||||
resource_name = "%ass"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_7mbro"]
|
||||
resource_name = "&ass"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_7yos8"]
|
||||
resource_name = "*ass"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_j5jx5"]
|
||||
resource_name = "+ass"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_74lek"]
|
||||
resource_name = "-ass"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_ajshl"]
|
||||
resource_name = ";ass"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_ff6ho"]
|
||||
resource_name = "?ass"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_jcd4p"]
|
||||
resource_name = "@ass"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_44saj"]
|
||||
resource_name = "^ass"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_lpvoh"]
|
||||
resource_name = "~ass"
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_lpvoh"]
|
||||
_data = {
|
||||
&"!ass": SubResource("Animation_at5dv"),
|
||||
&"\"ass": SubResource("Animation_5jxlq"),
|
||||
&"#ass": SubResource("Animation_uacia"),
|
||||
&"$ass": SubResource("Animation_yk7ts"),
|
||||
&"%ass": SubResource("Animation_ghpyy"),
|
||||
&"&ass": SubResource("Animation_7mbro"),
|
||||
&"*ass": SubResource("Animation_7yos8"),
|
||||
&"+ass": SubResource("Animation_j5jx5"),
|
||||
&"-ass": SubResource("Animation_74lek"),
|
||||
&";ass": SubResource("Animation_ajshl"),
|
||||
&"?ass": SubResource("Animation_ff6ho"),
|
||||
&"@ass": SubResource("Animation_jcd4p"),
|
||||
&"^ass": SubResource("Animation_44saj"),
|
||||
&"~ass": SubResource("Animation_lpvoh")
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_xrtyr"]
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_daiq8"]
|
||||
_data = {
|
||||
&"ffff": SubResource("Animation_xrtyr")
|
||||
}
|
||||
|
||||
[node name="Test" type="Node"]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("2_f4ehn")]
|
||||
@@ -54,3 +121,9 @@ transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 10, 0,
|
||||
|
||||
[node name="ProjectileSpawner2" parent="." instance=ExtResource("4_84n74")]
|
||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 26, 8, -39)
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
&"": SubResource("AnimationLibrary_lpvoh"),
|
||||
&"maa": SubResource("AnimationLibrary_daiq8")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user