1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-03-14 07:15:19 +00:00
Pixelorama/addons/aimg_io/apng_crc32.tres
Emmanouil Papadeas 131f91e7af Update to Godot 4.4
Everything seems to be working on my end, but further testing is required. I also added static typing to some dictionaries.
2025-03-08 16:32:49 +02:00

8 lines
294 B
Text

[gd_resource type="Resource" script_class="AImgIOCRC32" load_steps=2 format=3 uid="uid://byrkfj6hsea5l"]
[ext_resource type="Script" uid="uid://bdrwi3rt1gvr6" path="res://addons/aimg_io/crc32.gd" id="1"]
[resource]
script = ExtResource("1")
reversed_polynomial = 3988292384
mask = 4294967295