1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-25 08:04: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 Resource
var top = null

View file

@ -1,4 +1,4 @@
# Anthony Wilcox licenses this file to you under the MPL license.
# This project is licensed under the MPL license.
# See the LICENSE file in the project root for more information.
extends Node2D

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():

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 Node

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 Control
export var version: String = "1.0.0"

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 TabContainer
onready var character = preload("res://resources/character.tres")