Pas d'anti aliasing et voilà

This commit is contained in:
Thomas
2025-03-29 17:43:28 +01:00
parent 93f4bc39b4
commit aacfcc8e28
4 changed files with 14 additions and 17 deletions

View File

@@ -1,10 +1,8 @@
extends Node
@onready var controled:Human = get_parent()
@export var dialogue : Resource
func _on_character_body_2d_start_intracting(interactingWith: Human) -> void:
controled.face(interactingWith.global_position)
# ouvre un dialogue
var resource = load("res://caracters/bob/bob.dialogue")
DialogueManager.show_dialogue_balloon(resource, "start")
DialogueManager.show_dialogue_balloon(dialogue, "start")