Many tweaks thanks to IAmActuallyCthulhu

Also change apostrophes to double quotes and update C# projects
This commit is contained in:
Aaron Franke
2020-06-28 03:29:20 -04:00
parent 866f826124
commit 006309bd6f
64 changed files with 216 additions and 188 deletions

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://scripts/ball.gd" type="Script" id=1]
[ext_resource path="res://logic/ball.gd" type="Script" id=1]
[ext_resource path="res://ball.png" type="Texture" id=2]
[sub_resource type="CircleShape2D" id=1]

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://scripts/lobby.gd" type="Script" id=1]
[ext_resource path="res://logic/lobby.gd" type="Script" id=1]
[node name="Lobby" type="Control"]
anchor_left = 0.5

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://scripts/paddle.gd" type="Script" id=1]
[ext_resource path="res://logic/paddle.gd" type="Script" id=1]
[ext_resource path="res://paddle.png" type="Texture" id=2]
[sub_resource type="CapsuleShape2D" id=1]

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://scripts/pong.gd" type="Script" id=1]
[ext_resource path="res://logic/pong.gd" type="Script" id=1]
[ext_resource path="res://separator.png" type="Texture" id=2]
[ext_resource path="res://paddle.tscn" type="PackedScene" id=3]
[ext_resource path="res://ball.tscn" type="PackedScene" id=4]