This website requires JavaScript.
Explore
Help
Sign In
Backupppert
/
oh-my-git
Watch
1
Star
0
Fork
You've already forked oh-my-git
0
mirror of
https://github.com/git-learning-game/oh-my-git.git
synced
2024-11-03 19:04:40 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
6141268bdd
oh-my-git
/
scenes
/
cursor.gd
5 lines
86 B
GDScript3
Raw
Normal View
History
Unescape
Escape
Make drop areas react to collision with "cursor" scene This is a preparation to allow drop areas on GUI elements.
2020-11-07 13:59:47 +01:00
extends
Node2D
Fix warnings
2020-11-10 22:37:10 +01:00
func
_process
(
_delta
)
:
Make drop areas react to collision with "cursor" scene This is a preparation to allow drop areas on GUI elements.
2020-11-07 13:59:47 +01:00
global_position
=
get_global_mouse_position
(
)
Reference in a new issue
Copy permalink