1234567891011121314151617 |
- [gd_scene load_steps=4 format=3 uid="uid://tempkadbeuy0"]
- [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_w20qb"]
- [ext_resource type="Texture2D" uid="uid://ckmpbcjg6hfan" path="res://slides/10/code_cpp_hg_main_loop.jpg" id="2_3ntq6"]
- [ext_resource type="Texture2D" uid="uid://drx5rvh152gom" path="res://slides/10/code_cpp_hg_arme.jpg" id="3_15st0"]
- [node name="MyOldCode" type="Node2D"]
- script = ExtResource("1_w20qb")
- [node name="BigCode" type="Sprite2D" parent="."]
- position = Vector2(577, 446)
- texture = ExtResource("2_3ntq6")
- [node name="WeaponCode" type="Sprite2D" parent="."]
- position = Vector2(1420.64, 709)
- scale = Vector2(2.2069, 2.2069)
- texture = ExtResource("3_15st0")
|