first version of EU AI Act game
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
extends RigidBody3D
|
||||
|
||||
func _ready():
|
||||
await get_tree().create_timer(10.0).timeout
|
||||
queue_free()
|
||||
|
||||
|
||||
func _on_body_entered(body: Node) -> void:
|
||||
gravity_scale = 1.0
|
||||
Reference in New Issue
Block a user