cinematique.tscn (859B)
1 [gd_scene load_steps=6 format=2] 2 3 [ext_resource path="res://cinematique.gd" type="Script" id=1] 4 [ext_resource path="res://cine4.png" type="Texture" id=2] 5 [ext_resource path="res://cine1.png" type="Texture" id=3] 6 [ext_resource path="res://cine3.png" type="Texture" id=4] 7 [ext_resource path="res://cine2.png" type="Texture" id=5] 8 9 [node name="cinematique" type="Node2D"] 10 script = ExtResource( 1 ) 11 12 [node name="Cine1" type="Sprite" parent="."] 13 position = Vector2( 160, 120 ) 14 texture = ExtResource( 3 ) 15 16 [node name="Cine2" type="Sprite" parent="."] 17 visible = false 18 position = Vector2( 160, 120 ) 19 texture = ExtResource( 5 ) 20 21 [node name="Cine3" type="Sprite" parent="."] 22 visible = false 23 position = Vector2( 160, 120 ) 24 texture = ExtResource( 4 ) 25 26 [node name="Cine4" type="Sprite" parent="."] 27 visible = false 28 position = Vector2( 160, 120 ) 29 texture = ExtResource( 2 )