Skip to content

Commit

Permalink
Aplica v.{major}.{minor}.{patch}-{games} e link
Browse files Browse the repository at this point in the history
Também agora quando não mudar nada no portfolio, e ser adicionado apenas jogos novos (então adicionar um banner, atualizar o game_cells.json), muda se a version após o patch

v.{major}.{minor}.{patch}-{games}

Além de abrir corretamente o jogo da Unreal no itch.io numa aba nova.
  • Loading branch information
MarcosRaoi committed Dec 28, 2023
1 parent c7a71b2 commit fd2af44
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
3 changes: 2 additions & 1 deletion json/game_cells.json
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,9 @@
"name": "Myfiga UE5",
"data": {
"key": "myfigaue5",
"info": "Myfiga UE5 é o MyFirstGame Unreal Engine 5, com um tutorial de Chaos Physics e criei minhas próprias mecânicas usando Blueprint.",
"info": "Myfiga UE5 é o MyFirstGame Unreal Engine 5, usei um tutorial de Chaos Physics e criei minhas próprias mecânicas usando Blueprint.",
"link": "https://marcosraoi.itch.io/myfirstgame-ue5",
"target": "_blank",
"platform": "PC",
"language": "C++/Blueprint",
"release": "2023/12/03",
Expand Down
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.0";
const PORTFOLIO_VERSION = "1.31.0-0";
const ID_MENU_NAVIGATION = "topper";
const ID_FOOTER = "bottom";

Expand Down
2 changes: 1 addition & 1 deletion src/react-JSX/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Footer extends React.Component {
render() {
return (
<div>
ϟ Blue Lightning - by Marcos "Raoi" Cavalcante - v-{this.props.PORTFOLIO_VERSION}
ϟ Blue Lightning - by Marcos "Raoi" Cavalcante - v_{this.props.PORTFOLIO_VERSION}
</div>
)
}
Expand Down
12 changes: 11 additions & 1 deletion texts/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
v.1.31.0-1 - Added GameMaker game
"Spoilers eiiin rsrs"
=====
v.1.31.0-0 - Aplica v.{major}.{minor}.{patch}-{games} e link
Também agora quando não mudar nada no portfolio, e ser adicionado apenas jogos novos (então adicionar um banner, atualizar o game_cells.json), muda se a version após o patch

v.{major}.{minor}.{patch}-{games}

Além de abrir corretamente o jogo da Unreal no itch.io numa aba nova.
=====
v.1.31.0 - Add Myfiga UE5 and Breno Keys hidden false
Adicionado Myfiga UE5 ao portfolio, meu primeiro jogo na Unreal Engine 5, seguindo um tutorial e criando minhas próprias mecânicas, como plataforma que cai sozinha depois de um tempo e os alvos que se movem. Este tutorial em questão: https://www.youtube.com/watch?v=1XjgLKrb4_M - Também subi no itch.io: https://marcosraoi.itch.io/myfirstgame-ue5 - Também coloquei a visibilidade do Breno Keys game pra true.

https://github.com/MarcosRaoi/marcosraoi.github.io/commit/c7a71b2b4e20f1da8eb18d0481877ddb0b283db9
=====
v.1.30.2 - Update game_cells.json fix key dr15p
Fixed key img/banner Defold Raoi 15-Puzzle minigame
Expand Down

0 comments on commit fd2af44

Please sign in to comment.