mirror of
https://github.com/tonytins/dressupzack
synced 2025-12-19 13:14:43 -05:00
New Sixam logo
- Moved scenes to scn/ directory - Game now uses GLES2 instead of GELES3 since it doesn't use
This commit is contained in:
parent
de597d2978
commit
813aaa991c
16 changed files with 374 additions and 498 deletions
32
project/scn/ModernScn.tscn
Normal file
32
project/scn/ModernScn.tscn
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[gd_scene load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://src/GameScn.gd" type="Script" id=1]
|
||||
[ext_resource path="res://assets/modern_dress_up_bg.png" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/icrazy_frame.png" type="Texture" id=3]
|
||||
[ext_resource path="res://scn/Character.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://scn/Clothes.tscn" type="PackedScene" id=5]
|
||||
[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=6]
|
||||
|
||||
[node name="GameScreen" type="Node"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="Background" type="Sprite" parent="."]
|
||||
position = Vector2( 400, 277 )
|
||||
texture = ExtResource( 2 )
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="PicFrame" type="Sprite" parent="."]
|
||||
position = Vector2( 93.9417, 98.396 )
|
||||
texture = ExtResource( 3 )
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="Nathan" parent="." instance=ExtResource( 4 )]
|
||||
|
||||
[node name="Clothes" parent="." instance=ExtResource( 5 )]
|
||||
|
||||
[node name="WinDialogs" parent="." instance=ExtResource( 6 )]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue