We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find out why this happens and fix so that the file is not automatically changed.
[ext_resource type="PackedScene" uid="uid://b4xp22aygegm6" path="res://src/components/CharSoundComponent.tscn" id="9_p65x4"] [ext_resource type="PackedScene" uid="uid://bwv73goppw5ma" path="res://src/components/InvulnerabilityComponent.tscn" id="10_x4bqf"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_nrbdo"] resource_local_to_scene = true shader = ExtResource("6") shader_parameter/active = false [sub_resource type="RectangleShape2D" id="RectangleShape2D_vc1eo"] size = Vector2(4, 21) [sub_resource type="RectangleShape2D" id="RectangleShape2D_r3dhu"] size = Vector2(2, 7.66667) [node name="PlayerController" type="CharacterBody2D" node_paths=PackedStringArray("sprite_component", "hurt_box_component", "invulnerability_component", "health_component", "char_sound_component", "gun_component", "xp_tracker") groups=["player"]] script = ExtResource("1") speed = 100 sprite_component = NodePath("CharSpriteComponent") hurt_box_component = NodePath("HurtBoxCompnent") invulnerability_component = NodePath("InvulnerabilityComponent") health_component = NodePath("HealthComponent") char_sound_component = NodePath("CharSoundComponent") gun_component = NodePath("PipePistol") xp_tracker = NodePath("XpTracker") [node name="CharSpriteComponent" parent="." instance=ExtResource("2_q0te6")] material = SubResource("ShaderMaterial_nrbdo") [node name="PipePistol" parent="." instance=ExtResource("9_kj7hj")] position = Vector2(-6, 1)
The text was updated successfully, but these errors were encountered:
loteque
No branches or pull requests
Find out why this happens and fix so that the file is not automatically changed.
The text was updated successfully, but these errors were encountered: