Block or Report
Block or report Chaosus
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
GDSimpleSkybox Public
Simple skybox for Godot is a tool script and have six sides where you can apply texture
-
ModernShogi Public
Modern Shogi is free, advanced 3D japanese chess client, with AI and multiplayer, made in Godot 3.1
-
762 contributions in the last year
Less
More
Contribution activity
March 2022
Created 3 commits in 1 repository
Created a pull request in godotengine/godot that received 4 comments
Implement exponential operator (**) to GDScript/VScript/Expressions
This PR adds (**) operator to GDScript. So you can use it like:
var c = 3 ** 5 # c will be 243
or
var c = 3.5 ** 5.5 # c will be 982.594307804838
I…
+181
−54
•
4
comments

