mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-25 08:04:43 -04:00
Updated license headers
This commit is contained in:
parent
9855af0180
commit
c846932fc8
14 changed files with 23 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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():
|
||||
|
|
|
@ -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():
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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():
|
||||
|
|
|
@ -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():
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue