| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- [gd_scene load_steps=12 format=3 uid="uid://b1l4qrtp1up3c"]
- [ext_resource type="Script" path="res://Tiles.gd" id="1_f1d3x"]
- [ext_resource type="Texture2D" uid="uid://b80gqocq2dmyj" path="res://mapblue.png" id="1_hrdss"]
- [ext_resource type="Texture2D" uid="uid://c26f6tr8s5hsr" path="res://pacman3.png" id="1_j8bih"]
- [ext_resource type="Texture2D" uid="uid://bejhe0q3wej2c" path="res://pacman1.png" id="1_vj3uw"]
- [ext_resource type="Script" path="res://Game.gd" id="1_wpwwn"]
- [ext_resource type="Texture2D" uid="uid://cpx55pmw537of" path="res://pacman2.png" id="2_hpcdu"]
- [ext_resource type="Script" path="res://Pacman.gd" id="2_sodj4"]
- [ext_resource type="FontFile" uid="uid://c5sox0jlcecck" path="res://Emulogic-zrEw.ttf" id="7_827na"]
- [sub_resource type="SpriteFrames" id="SpriteFrames_vpncm"]
- animations = [{
- "frames": [{
- "duration": 1.0,
- "texture": ExtResource("1_j8bih")
- }, {
- "duration": 1.0,
- "texture": ExtResource("2_hpcdu")
- }, {
- "duration": 1.0,
- "texture": ExtResource("1_vj3uw")
- }],
- "loop": true,
- "name": &"default",
- "speed": 16.0
- }]
- [sub_resource type="LabelSettings" id="LabelSettings_j0yqc"]
- font = ExtResource("7_827na")
- font_size = 8
- font_color = Color(1, 0, 0, 1)
- [sub_resource type="LabelSettings" id="LabelSettings_dx4lk"]
- font = ExtResource("7_827na")
- font_size = 8
- font_color = Color(1, 1, 0, 1)
- [node name="Node2D" type="Node2D"]
- script = ExtResource("1_wpwwn")
- [node name="Pac Man" type="AnimatedSprite2D" parent="." node_paths=PackedStringArray("tileset")]
- z_index = 1
- position = Vector2(114, 188)
- sprite_frames = SubResource("SpriteFrames_vpncm")
- frame_progress = 0.0210249
- script = ExtResource("2_sodj4")
- tileset = NodePath("../Tiles")
- [node name="Sprite2D" type="Sprite2D" parent="."]
- z_index = -1
- position = Vector2(112, 124)
- texture = ExtResource("1_hrdss")
- [node name="Tiles" type="Node2D" parent="."]
- position = Vector2(4, 4)
- script = ExtResource("1_f1d3x")
- [node name="Game" type="Label" parent="."]
- visible = false
- offset_left = 71.0
- offset_top = 135.0
- offset_right = 111.0
- offset_bottom = 145.0
- text = "Game"
- label_settings = SubResource("LabelSettings_j0yqc")
- [node name="Over" type="Label" parent="."]
- visible = false
- offset_left = 120.0
- offset_top = 135.0
- offset_right = 160.0
- offset_bottom = 145.0
- text = "Over"
- label_settings = SubResource("LabelSettings_j0yqc")
- [node name="Ready" type="Label" parent="."]
- visible = false
- offset_left = 89.0
- offset_top = 135.0
- offset_right = 137.0
- offset_bottom = 145.0
- text = "Ready!"
- label_settings = SubResource("LabelSettings_dx4lk")
|