added Graphics and sound Effects and more overhauls
This commit is contained in:
parent
c887a2168c
commit
b9d4288900
214 changed files with 3378 additions and 198 deletions
|
|
@ -1 +1,9 @@
|
|||
class_name VisionArea extends Area2D
|
||||
|
||||
@onready var collisionShape = $CollisionShape2D
|
||||
|
||||
func _ready() -> void:
|
||||
collisionShape.shape = CircleShape2D.new()
|
||||
|
||||
func changeViewSize(size: int):
|
||||
collisionShape.shape.radius = size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue