2 lines
150 B
Ruby
2 lines
150 B
Ruby
# Bevy::Entity.current can be used to access the entity that is currently being processed
|
|
puts("Current entity index: #{Bevy::Entity.current.index}")
|