build a proper working arm git plugin
This commit is contained in:
parent
9b0ebcefba
commit
b27a44a9b3
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=4 format=3]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://67qguep14iko"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Nodes/Ball.cs" id="1_474si"]
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
[ext_resource type="PackedScene" path="res://Scenes/Paddle.tscn" id="1_5rs0o"]
|
||||
[ext_resource type="Script" path="res://Scripts/Managers/SceneManager.cs" id="1_m8437"]
|
||||
[ext_resource type="PackedScene" path="res://Scenes/Ball.tscn" id="2_u2ksv"]
|
||||
[ext_resource type="PackedScene" path="res://Scenes/Walls.tscn" id="3_jfis7"]
|
||||
[ext_resource type="PackedScene" uid="uid://67qguep14iko" path="res://Scenes/Ball.tscn" id="2_u2ksv"]
|
||||
[ext_resource type="PackedScene" uid="uid://dsvv7vqonylr1" path="res://Scenes/Walls.tscn" id="3_jfis7"]
|
||||
[ext_resource type="PackedScene" path="res://Scenes/Enemy.tscn" id="4_uwvof"]
|
||||
|
||||
[node name="Pong" type="Node2D"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=8 format=3]
|
||||
[gd_scene load_steps=8 format=3 uid="uid://dsvv7vqonylr1"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Managers/WallManager.cs" id="1_mxer2"]
|
||||
|
||||
|
|
BIN
addons/godot-git-plugin/linux/libgit_plugin.linux.editor.double.arm64.so
(Stored with Git LFS)
BIN
addons/godot-git-plugin/linux/libgit_plugin.linux.editor.double.arm64.so
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in a new issue