This website requires JavaScript.
Explore
Help
Sign In
s452701
/
AI-Project
Watch
3
Star
1
Fork
0
You've already forked AI-Project
Code
Issues
Pull Requests
Releases
Wiki
Activity
d513223a6d
AI-Project
/
survival
/
components
/
moving_component.py
5 lines
111 B
Python
Raw
Normal View
History
Unescape
Escape
add ecs
2021-03-28 18:05:52 +02:00
class
MovingComponent
:
Change movement to directional based one
2021-04-19 00:07:40 +02:00
def
__init__
(
self
)
:
self
.
target
=
None
self
.
direction_vector
=
None
Reference in New Issue
Copy Permalink