pong in godot :3
Find a file
Fries 9b0ebcefba walls can reset the ball to its starting position
WallManager binds to the BodyEntered signal on the Area2D class and
detects if the body that entered the area is the ball class, and if it
is, it will reset the ball to its starting position. right now, theres
no scoring system. this will be added later.
2023-05-19 00:18:38 -07:00
.idea/.idea.Pong/.idea Initial Commit 2023-05-16 20:28:26 -07:00
addons/godot-git-plugin walls can reset the ball to its starting position 2023-05-19 00:18:38 -07:00
Scenes walls can reset the ball to its starting position 2023-05-19 00:18:38 -07:00
Scripts walls can reset the ball to its starting position 2023-05-19 00:18:38 -07:00
.gitattributes Initial Commit 2023-05-16 20:28:26 -07:00
.gitignore Initial Commit 2023-05-16 20:28:26 -07:00
BouncyMaterial.tres add enemy ai to the game 2023-05-17 23:41:40 -07:00
icon.svg Initial Commit 2023-05-16 20:28:26 -07:00
icon.svg.import Initial Commit 2023-05-16 20:28:26 -07:00
Pong.csproj Initial Commit 2023-05-16 20:28:26 -07:00
Pong.sln Initial Commit 2023-05-16 20:28:26 -07:00
Pong.sln.DotSettings.user Initial Commit 2023-05-16 20:28:26 -07:00
project.godot add enemy ai to the game 2023-05-17 23:41:40 -07:00