Skip to content

Commit

Permalink
Open Tic Tac Toe | Version 1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorCriste committed Apr 11, 2020
1 parent 2b9ce7f commit a3b1943
Show file tree
Hide file tree
Showing 44 changed files with 504 additions and 87 deletions.
3 changes: 3 additions & 0 deletions .hidden/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Sat Apr 11 2020 Junior Criste <[email protected]> 1.0.1
- Version 1.01

* Fri Apr 10 2020 Junior Criste <[email protected]> 1.0.1
- Version 1

4 changes: 3 additions & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Gambas Project File 3.0
Title=Open Tic Tac Toe
Startup=MenuG
Icon=assets/back_icon.png
Icon=assets/Imgs/back_icon.png
Version=1.0.1
Component=gb.image
Component=gb.gui
Component=gb.form
Component=gb.sdl2.audio
Description="Open Tic Tac Toe is a free and open source game developed by Junior Criste to run on Linux systems.\n\nOpen Tic Tac Toe é um \"jogo da velha\" gratuito e de código aberto desenvolvido por Junior Criste para rodar em sistemas Linux."
TabSize=2
Translate=1
Language=en_US
Maintainer=Junior Criste
Vendor=JuniorCriste
Expand Down
2 changes: 1 addition & 1 deletion .src/About.form
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Resizable = False
{ cred PictureBox
MoveScaled(0,0,85.7143,57.1429)
Picture = Picture["assets/creditos.png"]
Picture = Picture["assets/Imgs/creditos.png"]
}
{ fakelink PictureBox
MoveScaled(25,49,37,5)
Expand Down
Loading

0 comments on commit a3b1943

Please sign in to comment.