Browse Source

hello gogs4

shuvit 6 years ago
parent
commit
be75489a1f
1 changed files with 8 additions and 9 deletions
  1. 8
    9
      controller2.py

+ 8
- 9
controller2.py View File

@@ -1,9 +1,10 @@
1
-#scale = .3
2
-#action layers
3
-#0-14 rolling
4
-#grablay = 400
5
-#fliplay = 500
6
-#grindlay = 700
1
+###########################
2
+#shuvit game
3
+#open source skateboarding
4
+#shuvit.org
5
+#info@shuvit.org
6
+###########################
7
+
7 8
 os = 'Windows'
8 9
 from sys import platform
9 10
 if platform != "win32":
@@ -4315,6 +4316,4 @@ if r_ground.triggered and own["jump_timer"] < 20:
4315 4316
     own.applyForce(force2, True)
4316 4317
 
4317 4318
 if grindDar == False:
4318
-    own['grindType'] = ''
4319
-#print('hello gogs')
4320
-#print(own['grindType'])
4319
+    own['grindType'] = ''

Loading…
Cancel
Save