This website requires JavaScript.
Explore
Help
Sign In
Relintai
/
regression-test-project
Watch
1
Star
0
Fork
0
You've already forked regression-test-project
mirror of
https://github.com/Relintai/regression-test-project.git
synced
2025-02-10 16:40:19 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9714e049ae
regression-test-project
/
Physics
/
3D
/
StaticArena.gd
6 lines
90 B
GDScript3
Raw
Normal View
History
Unescape
Escape
Added simple Light and Physics scenes (#4)
2020-11-07 17:36:23 +01:00
extends
Spatial
func
_process
(
delta
)
:
Split tests into multiple stages (#5)
2020-11-17 19:21:50 +01:00
rotate
(
Vector3
(
0
,
1
,
0
)
.
normalized
(
)
,
2
*
delta
)
Reference in New Issue
Copy Permalink