diary/system/users/second_user.tres

10 lines
290 B
Plaintext
Raw Normal View History

2022-04-19 14:24:57 +02:00
[gd_resource type="Resource" load_steps=3 format=2]
[ext_resource path="res://system/users/user.gd" type="Script" id=1]
[ext_resource path="res://assets/textures/profilepicture/2.jpg" type="Texture" id=2]
[resource]
script = ExtResource( 1 )
username = "User2"
picture = ExtResource( 2 )