Skip to content

Commit

Permalink
ADICIONA O GODOT GAME CELLS EDITOR! :D
Browse files Browse the repository at this point in the history
aEEEEEE, Aeeee!!! Programinha que eu fiz em Godot para me ajudar a editar as GameCells <3
  • Loading branch information
MarcosRaoi committed Dec 29, 2023
1 parent 81481bd commit 6c51d31
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
Binary file added json/Game_Cells_Editor.console.exe
Binary file not shown.
Binary file added json/Game_Cells_Editor.exe
Binary file not shown.
Binary file added json/Game_Cells_Editor.pck
Binary file not shown.
8 changes: 6 additions & 2 deletions src/getLocalJson.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import localJsonGameData from "../json/game_cells.json" assert { type: "json" };
//import("../json/game_cells.json", {assert: {type: "json"} });

export function localGameData() {
return false;
}
console.log("local json game data", localJsonGameData);
return localJsonGameData;
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Footer from "./react/Footer.js";
import MenuNavigation from "./react/MenuNavigation.js";

const PORTFOLIO_VERSION = "1.31.2-0";
const PORTFOLIO_VERSION = "1.32.0-0";
const ID_MENU_NAVIGATION = "topper";
const ID_FOOTER = "bottom";

Expand Down
4 changes: 4 additions & 0 deletions texts/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v_1.32.0-0 - ADICIONA O GODOT GAME CELLS EDITOR! :D
aEEEEEE, Aeeee!!! Programinha que eu fiz em Godot para me ajudar a editar as GameCells <3

=====
v_1.31.2-0 - Update game_cells.json
Legal que esse já foi criado pelo: https://github.com/MarcosRaoi/GameCells :D, ele tem valor default pra "target", então como eu não alterei nada ainda no programinha Godot que eu estou criando, só estou testando ele gerar denovo, adicionou target vazio pra todo mundo, já testei, o React não encrenca com isso / o portfolio, já que ele vê se tem valor na str_target, enfim :D Bacana, agora vou criar as funções de Drag and Drop e adicionar jogos no meu programa Godot, e tá feito! :D

Expand Down

0 comments on commit 6c51d31

Please sign in to comment.