]> Untitled Git - wolf-seeking-sheep.git/blob - assets/phone/phone.gd
Squashed commit of the following:
[wolf-seeking-sheep.git] / assets / phone / phone.gd
1 @tool
2 class_name Phone
3 extends Node3D
4
5
6 @export var profile: DatingProfile:
7         set(p):
8                 profile = p
9                 if get_node_or_null("%profile"):
10                         %profile.profile = p