소스 검색

test commit3

Ivan Morozov 7 년 전
부모
커밋
3884dbae40
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      game4/game2.js
  2. 1 1
      game4/index2.html

+ 1 - 1
game4/game2.js

@@ -9,7 +9,7 @@ var game = new Phaser.Game (
     render: render
 	}
 );
-
+	//тест для гита
     /*-----ПРОТОТИП ИГРОКА-----*/
 
 function Player(name) {

+ 1 - 1
game4/index2.html

@@ -2,7 +2,7 @@
 <html>
 <head>
 	<meta charset="utf-8">
-    <title>Stupid Arena</title>
+    <title>Stupid Arena, некоторые изменения</title>
     <style type="text/css">
     body {
     font-family: Arial, Verdana,  sans-serif;