1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-25 16:14:43 -04:00

Updated license headers

This commit is contained in:
Tony Bark 2021-05-09 21:18:29 -04:00
parent 9855af0180
commit c846932fc8
14 changed files with 23 additions and 4 deletions

View file

@ -1,3 +1,5 @@
# This project is licensed under the MPL license.
# See the LICENSE file in the project root for more information.
extends "res://scripts/clothing/clothing_base.gd"
func _on_accessory_pressed():

View file

@ -1,3 +1,5 @@
# This project is licensed under the MPL license.
# See the LICENSE file in the project root for more information.
extends "res://scripts/clothing/clothing_base.gd"
func _on_bottoms_pressed():

View file

@ -1,3 +1,5 @@
# This project is licensed under the MPL license.
# See the LICENSE file in the project root for more information.
extends TextureButton
onready var player = $select

View file

@ -1,3 +1,5 @@
# This project is licensed under the MPL license.
# See the LICENSE file in the project root for more information.
extends "res://scripts/clothing/clothing_base.gd"
func _on_tops_pressed():

View file

@ -1,3 +1,5 @@
# This project is licensed under the MPL license.
# See the LICENSE file in the project root for more information.
extends "res://scripts/clothing/clothing_base.gd"
func _on_undies_pressed():