Game 6

Godot - Google Play Service Lederboard Setting Problem

https://github.com/playgameservices/play-games-plugin-for-unity/issues/2045#issuecomment-350335234 게임으로서 안드로이드는 생소하다보니 이런 설정에 무지한게 조금 아쉽다. 결국은 게임 도메인 설정을 잘 못하고, 최초 API연결 시 제대로 하지 못하면 이래저래 고생길이다. 삭제가 되는것도 2번째부터고, 그 삭제도 화면에 보여주지 않을 뿐 내용은 남는다. 물론 최대 20개까지 연결이 가능하기 때문에 연결만 된다면 아무런 문제 없이 이용이 가능하지만, 첫번째 내용은 삭제를 지원하지 않는다. 첫번째 연결을 지우려면 지원센터에 요청을 해야 한다. Go to https://console.developers.google.com/apis/cr..

game/godot 2018.12.24

Godot3 Multiple resolutions

Godot3 Multiple resolutions Base size A base size for the window can be specified in the project settings under "Display", "Window". 창의 기본 크기는 프로젝트 설정에서 "디스플레이", "창"으로 지정할 수 있습니다. However, what it does is not completely obvious; the engine will not attempt to switch the monitor to this resolution. Rather, think of this setting as the "design size", i.e. the size of the area that you work with in..

game/godot 2018.09.19

Building a JavaScript-Based Game Engine for the Web

HTML5 Canvas와 jQuery 등의 JavaScript FrameWork를 이용한 게임개발에 대한 설명과 AVES 엔진에 대한 설명입니다. 도영상 마지막 부분에는 프로토타입으로 만든 게임영상을 볼 수 있군요. 영어를 못하니 대충 지나가는 말중에 10%도 못 알아 먹고, 결국은 PT자료를 보고서 조금 더 이해를 할 수 있었습니다. ** Building a JavaScript-Based Game Engine for the Web - Paul Bakaus, June 11, 2010, Google ...... * Oh noes! Canvas is a lot slower! - Canvas image API is pretty inefficient, as it needs as DOM representation..

lang/node 2011.01.20
반응형