mirror of
				https://github.com/tonytins/dressupzack
				synced 2025-11-03 22:24:44 -05:00 
			
		
		
		
	- Redid the wordrobe background which finally gives a chance to use Godot's native resolution, allowing for more screen real estate, and add more items. - Removed the Classic option. It may return in the future.
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			612 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			612 B
		
	
	
	
		
			Text
		
	
	
	
	
	
[gd_scene load_steps=5 format=2]
 | 
						|
 | 
						|
[ext_resource path="res://src/GameScn.gd" type="Script" id=1]
 | 
						|
[ext_resource path="res://sprites/icrazy_frame.png" type="Texture" id=2]
 | 
						|
[ext_resource path="res://scn/Clothes.tscn" type="PackedScene" id=3]
 | 
						|
[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=4]
 | 
						|
 | 
						|
[node name="GameScreen" type="Node"]
 | 
						|
script = ExtResource( 1 )
 | 
						|
 | 
						|
[node name="PicFrame" type="Sprite" parent="."]
 | 
						|
position = Vector2( 204.942, 120.396 )
 | 
						|
texture = ExtResource( 2 )
 | 
						|
 | 
						|
[node name="Clothes" parent="." instance=ExtResource( 3 )]
 | 
						|
 | 
						|
[node name="WinDialogs" parent="." instance=ExtResource( 4 )]
 |