Update test project for Godot 4.3 (#159)

Co-authored-by: Andi Susanto <and1zero@users.noreply.github.com>
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
Andi Susanto
2024-10-24 05:06:47 +08:00
committed by GitHub
parent dd1db58f33
commit 9a460209d7
25 changed files with 876 additions and 522 deletions

View File

@@ -2,7 +2,7 @@
[ext_resource path="res://scripts/Player.gd" type="Script" id=1]
[ext_resource path="res://scenes/Cannon.tscn" type="PackedScene" id=2]
[ext_resource path="res://resources/img/cat0.png" type="Texture" id=3]
[ext_resource path="res://resources/img/cat0.png" type="Texture2D" id=3]
[sub_resource type="CapsuleShape2D" id=1]
@@ -18,11 +18,11 @@ script = ExtResource( 1 )
[node name="Cannon" parent="." instance=ExtResource( 2 )]
position = Vector2( -50.0759, 40.2842 )
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 3 )
[node name="Body" type="KinematicBody2D" parent="."]
[node name="Body" type="CharacterBody2D" parent="."]
input_pickable = false
collision_layer = 1
collision_mask = 1