Skip to content

Commit

Permalink
winning, refactor and loading screen
Browse files Browse the repository at this point in the history
  • Loading branch information
irrld committed Oct 8, 2023
1 parent ead5728 commit d33483f
Show file tree
Hide file tree
Showing 37 changed files with 1,282 additions and 536 deletions.
20 changes: 11 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,18 @@ add_subdirectory(znet/znet)
########## SOURCE FILES AND INCLUDE DIRECTORIES ##########

set(GlistApp_SOURCES
${APP_DIR}/src/Util.cpp
${APP_DIR}/src/util.cpp
${APP_DIR}/src/color.cpp
${APP_DIR}/src/app/main.cpp
${APP_DIR}/src/app/gApp.cpp
${APP_DIR}/src/MenuCanvas.cpp
${APP_DIR}/src/MessageCanvas.cpp
${APP_DIR}/src/GameCanvas.cpp
${APP_DIR}/src/chess/ChessBoard.cpp
${APP_DIR}/src/chess/Piece.cpp
${APP_DIR}/src/net/Packets.cpp
${APP_DIR}/src/net/ChessConnection.cpp
${APP_DIR}/src/app/app.cpp
${APP_DIR}/src/loading_canvas.cpp
${APP_DIR}/src/menu_canvas.cpp
${APP_DIR}/src/message_canvas.cpp
${APP_DIR}/src/game_canvas.cpp
${APP_DIR}/src/chess/chess_board.cpp
${APP_DIR}/src/chess/piece.cpp
${APP_DIR}/src/net/packets.cpp
${APP_DIR}/src/net/chess_connection.cpp
)

add_executable(${APP_NAME}
Expand Down
Binary file added assets/images/glistengine_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/outliner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/teoncreative_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/teoncreative_logo_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
304 changes: 0 additions & 304 deletions src/GameCanvas.cpp

This file was deleted.

Loading

0 comments on commit d33483f

Please sign in to comment.